|
Monado OpenXR Runtime
|
Functions to fill in the functions. More...
#include "vk/vk_helpers.h"#include "vk_function_loaders_instance.c.inc"#include "vk_function_loaders_device.c.inc"
Functions | |
| VkResult | vk_get_loader_functions (struct vk_bundle *vk, PFN_vkGetInstanceProcAddr g) |
| Can be done on a completely bare bundle. More... | |
| VkResult | vk_get_instance_functions (struct vk_bundle *vk) |
| Requires a instance to have been created and set on the bundle. More... | |
| VkResult | vk_get_device_functions (struct vk_bundle *vk) |
| Requires a device to have been created and set on the bundle. More... | |
Functions to fill in the functions.
Note that some functionality in this file is generated by the script src/xrt/auxiliary/vk/vk_generate_inc_files.py. The generated parts are included via .c.inc files.