|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkGeneratedCommandsInfoNV:Data Fields | |
| 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 10961 of file vulkan_core.h.
| VkIndirectCommandsLayoutNV VkGeneratedCommandsInfoNV::indirectCommandsLayout |
Definition at line 10966 of file vulkan_core.h.
| VkPipeline VkGeneratedCommandsInfoNV::pipeline |
Definition at line 10965 of file vulkan_core.h.
| VkPipelineBindPoint VkGeneratedCommandsInfoNV::pipelineBindPoint |
Definition at line 10964 of file vulkan_core.h.
| const void* VkGeneratedCommandsInfoNV::pNext |
Definition at line 10963 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::preprocessBuffer |
Definition at line 10970 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::preprocessOffset |
Definition at line 10971 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::preprocessSize |
Definition at line 10972 of file vulkan_core.h.
| const VkIndirectCommandsStreamNV* VkGeneratedCommandsInfoNV::pStreams |
Definition at line 10968 of file vulkan_core.h.
| uint32_t VkGeneratedCommandsInfoNV::sequencesCount |
Definition at line 10969 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::sequencesCountBuffer |
Definition at line 10973 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::sequencesCountOffset |
Definition at line 10974 of file vulkan_core.h.
| VkBuffer VkGeneratedCommandsInfoNV::sequencesIndexBuffer |
Definition at line 10975 of file vulkan_core.h.
| VkDeviceSize VkGeneratedCommandsInfoNV::sequencesIndexOffset |
Definition at line 10976 of file vulkan_core.h.
| uint32_t VkGeneratedCommandsInfoNV::streamCount |
Definition at line 10967 of file vulkan_core.h.
| VkStructureType VkGeneratedCommandsInfoNV::sType |
Definition at line 10962 of file vulkan_core.h.