SDL
2.0
|
#include <vk_layer.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkLayerFunction | function |
union { | |
VkLayerDeviceLink * pLayerInfo | |
PFN_vkSetDeviceLoaderData pfnSetDeviceLoaderData | |
} | u |
Definition at line 127 of file vk_layer.h.
VkLayerFunction VkLayerDeviceCreateInfo::function |
Definition at line 130 of file vk_layer.h.
PFN_vkSetDeviceLoaderData VkLayerDeviceCreateInfo::pfnSetDeviceLoaderData |
Definition at line 133 of file vk_layer.h.
VkLayerDeviceLink* VkLayerDeviceCreateInfo::pLayerInfo |
Definition at line 132 of file vk_layer.h.
const void* VkLayerDeviceCreateInfo::pNext |
Definition at line 129 of file vk_layer.h.
VkStructureType VkLayerDeviceCreateInfo::sType |
Definition at line 128 of file vk_layer.h.
union { ... } VkLayerDeviceCreateInfo::u |