Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vk_layer.h>
Data Fields | ||
VkStructureType | sType | |
const void * | pNext | |
VkLayerFunction | function | |
union { | ||
VkLayerDeviceLink * pLayerInfo | ||
PFN_vkSetDeviceLoaderData pfnSetDeviceLoaderData | ||
} | u | |
Definition at line 121 of file vk_layer.h.
VkLayerFunction VkLayerDeviceCreateInfo::function |
Definition at line 124 of file vk_layer.h.
PFN_vkSetDeviceLoaderData VkLayerDeviceCreateInfo::pfnSetDeviceLoaderData |
Definition at line 127 of file vk_layer.h.
VkLayerDeviceLink* VkLayerDeviceCreateInfo::pLayerInfo |
Definition at line 126 of file vk_layer.h.
const void* VkLayerDeviceCreateInfo::pNext |
Definition at line 123 of file vk_layer.h.
VkStructureType VkLayerDeviceCreateInfo::sType |
Definition at line 122 of file vk_layer.h.
union { ... } VkLayerDeviceCreateInfo::u |