Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
void * | pNext |
char | name [VK_MAX_DESCRIPTION_SIZE] |
char | description [VK_MAX_DESCRIPTION_SIZE] |
VkBool32 | isText |
size_t | dataSize |
void * | pData |
Definition at line 10562 of file vulkan_core.h.
size_t VkPipelineExecutableInternalRepresentationKHR::dataSize |
Definition at line 10568 of file vulkan_core.h.
char VkPipelineExecutableInternalRepresentationKHR::description[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 10566 of file vulkan_core.h.
VkBool32 VkPipelineExecutableInternalRepresentationKHR::isText |
Definition at line 10567 of file vulkan_core.h.
char VkPipelineExecutableInternalRepresentationKHR::name[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 10565 of file vulkan_core.h.
void* VkPipelineExecutableInternalRepresentationKHR::pData |
Definition at line 10569 of file vulkan_core.h.
void* VkPipelineExecutableInternalRepresentationKHR::pNext |
Definition at line 10564 of file vulkan_core.h.
VkStructureType VkPipelineExecutableInternalRepresentationKHR::sType |
Definition at line 10563 of file vulkan_core.h.