|
HDK
|
#include <vulkan_core.h>
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkShaderModuleCreateFlags | flags |
| size_t | codeSize |
| const uint32_t * | pCode |
Definition at line 3403 of file vulkan_core.h.
| size_t VkShaderModuleCreateInfo::codeSize |
Definition at line 3407 of file vulkan_core.h.
| VkShaderModuleCreateFlags VkShaderModuleCreateInfo::flags |
Definition at line 3406 of file vulkan_core.h.
| const uint32_t* VkShaderModuleCreateInfo::pCode |
Definition at line 3408 of file vulkan_core.h.
| const void* VkShaderModuleCreateInfo::pNext |
Definition at line 3405 of file vulkan_core.h.
| VkStructureType VkShaderModuleCreateInfo::sType |
Definition at line 3404 of file vulkan_core.h.