|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkIndirectCommandsLayoutCreateInfoNV:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkIndirectCommandsLayoutUsageFlagsNV | flags |
| VkPipelineBindPoint | pipelineBindPoint |
| uint32_t | tokenCount |
| const VkIndirectCommandsLayoutTokenNV * | pTokens |
| uint32_t | streamCount |
| const uint32_t * | pStreamStrides |
Definition at line 10950 of file vulkan_core.h.
| VkIndirectCommandsLayoutUsageFlagsNV VkIndirectCommandsLayoutCreateInfoNV::flags |
Definition at line 10953 of file vulkan_core.h.
| VkPipelineBindPoint VkIndirectCommandsLayoutCreateInfoNV::pipelineBindPoint |
Definition at line 10954 of file vulkan_core.h.
| const void* VkIndirectCommandsLayoutCreateInfoNV::pNext |
Definition at line 10952 of file vulkan_core.h.
| const uint32_t* VkIndirectCommandsLayoutCreateInfoNV::pStreamStrides |
Definition at line 10958 of file vulkan_core.h.
| const VkIndirectCommandsLayoutTokenNV* VkIndirectCommandsLayoutCreateInfoNV::pTokens |
Definition at line 10956 of file vulkan_core.h.
| uint32_t VkIndirectCommandsLayoutCreateInfoNV::streamCount |
Definition at line 10957 of file vulkan_core.h.
| VkStructureType VkIndirectCommandsLayoutCreateInfoNV::sType |
Definition at line 10951 of file vulkan_core.h.
| uint32_t VkIndirectCommandsLayoutCreateInfoNV::tokenCount |
Definition at line 10955 of file vulkan_core.h.