HDK
|
#include <vk_layer.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkLayerFunction | function |
union { | |
VkLayerDeviceLink * pLayerInfo | |
PFN_vkSetDeviceLoaderData pfnSetDeviceLoaderData | |
} | u |
Definition at line 142 of file vk_layer.h.
VkLayerFunction VkLayerDeviceCreateInfo::function |
Definition at line 145 of file vk_layer.h.
PFN_vkSetDeviceLoaderData VkLayerDeviceCreateInfo::pfnSetDeviceLoaderData |
Definition at line 148 of file vk_layer.h.
VkLayerDeviceLink* VkLayerDeviceCreateInfo::pLayerInfo |
Definition at line 147 of file vk_layer.h.
const void* VkLayerDeviceCreateInfo::pNext |
Definition at line 144 of file vk_layer.h.
VkStructureType VkLayerDeviceCreateInfo::sType |
Definition at line 143 of file vk_layer.h.
union { ... } VkLayerDeviceCreateInfo::u |