|
HDK
|
#include <vulkan_core.h>
Public Attributes | |
| VkStructureType | sType |
| const void * | pNext |
| VkPipelineBindPoint | pipelineBindPoint |
| VkPipeline | pipeline |
| VkIndirectCommandsLayoutNV | indirectCommandsLayout |
| uint32_t | streamCount |
| const VkIndirectCommandsStreamNV * | pStreams |
| uint32_t | sequencesCount |
| VkBuffer | preprocessBuffer |
| VkDeviceSize | preprocessOffset |
| VkDeviceSize | preprocessSize |
| VkBuffer | sequencesCountBuffer |
| VkDeviceSize | sequencesCountOffset |
| VkBuffer | sequencesIndexBuffer |
| VkDeviceSize | sequencesIndexOffset |
Definition at line 13245 of file vulkan_core.h.
| VkIndirectCommandsLayoutNV VkGeneratedCommandsInfoNV::indirectCommandsLayout |
Definition at line 13250 of file vulkan_core.h.
| VkPipeline VkGeneratedCommandsInfoNV::pipeline |
Definition at line 13249 of file vulkan_core.h.
| VkPipelineBindPoint VkGeneratedCommandsInfoNV::pipelineBindPoint |
Definition at line 13248 of file vulkan_core.h.
| const void* VkGeneratedCommandsInfoNV::pNext |
Definition at line 13247 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::preprocessBuffer |
Definition at line 13254 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::preprocessOffset |
Definition at line 13255 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::preprocessSize |
Definition at line 13256 of file vulkan_core.h.
| const VkIndirectCommandsStreamNV* VkGeneratedCommandsInfoNV::pStreams |
Definition at line 13252 of file vulkan_core.h.
| uint32_t VkGeneratedCommandsInfoNV::sequencesCount |
Definition at line 13253 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::sequencesCountBuffer |
Definition at line 13257 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::sequencesCountOffset |
Definition at line 13258 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::sequencesIndexBuffer |
Definition at line 13259 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::sequencesIndexOffset |
Definition at line 13260 of file vulkan_core.h.
| uint32_t VkGeneratedCommandsInfoNV::streamCount |
Definition at line 13251 of file vulkan_core.h.
| VkStructureType VkGeneratedCommandsInfoNV::sType |
Definition at line 13246 of file vulkan_core.h.