Monado OpenXR Runtime
|
Functions to fill in the functions. More...
#include "vk/vk_helpers.h"
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 sections of this are generated by scripts/generate_vk_helpers.py
- lists of functions and of optional extensions to check for. In those, please update the script and run it, instead of editing directly in this file. The generated parts are delimited by special comments.