SDL
2.0
|
#include <vk_layer.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkLayerFunction | function |
union { | |
VkLayerInstanceLink * pLayerInfo | |
PFN_vkSetInstanceLoaderData pfnSetInstanceLoaderData | |
} | u |
Definition at line 111 of file vk_layer.h.
VkLayerFunction VkLayerInstanceCreateInfo::function |
Definition at line 114 of file vk_layer.h.
PFN_vkSetInstanceLoaderData VkLayerInstanceCreateInfo::pfnSetInstanceLoaderData |
Definition at line 117 of file vk_layer.h.
VkLayerInstanceLink* VkLayerInstanceCreateInfo::pLayerInfo |
Definition at line 116 of file vk_layer.h.
const void* VkLayerInstanceCreateInfo::pNext |
Definition at line 113 of file vk_layer.h.
VkStructureType VkLayerInstanceCreateInfo::sType |
Definition at line 112 of file vk_layer.h.
union { ... } VkLayerInstanceCreateInfo::u |