Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
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 15788 of file vulkan_core.h.
VkIndirectCommandsLayoutNV VkGeneratedCommandsInfoNV::indirectCommandsLayout |
Definition at line 15793 of file vulkan_core.h.
VkPipeline VkGeneratedCommandsInfoNV::pipeline |
Definition at line 15792 of file vulkan_core.h.
VkPipelineBindPoint VkGeneratedCommandsInfoNV::pipelineBindPoint |
Definition at line 15791 of file vulkan_core.h.
const void* VkGeneratedCommandsInfoNV::pNext |
Definition at line 15790 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::preprocessBuffer |
Definition at line 15797 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::preprocessOffset |
Definition at line 15798 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::preprocessSize |
Definition at line 15799 of file vulkan_core.h.
const VkIndirectCommandsStreamNV* VkGeneratedCommandsInfoNV::pStreams |
Definition at line 15795 of file vulkan_core.h.
uint32_t VkGeneratedCommandsInfoNV::sequencesCount |
Definition at line 15796 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::sequencesCountBuffer |
Definition at line 15800 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::sequencesCountOffset |
Definition at line 15801 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::sequencesIndexBuffer |
Definition at line 15802 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::sequencesIndexOffset |
Definition at line 15803 of file vulkan_core.h.
uint32_t VkGeneratedCommandsInfoNV::streamCount |
Definition at line 15794 of file vulkan_core.h.
VkStructureType VkGeneratedCommandsInfoNV::sType |
Definition at line 15789 of file vulkan_core.h.