Flutter Engine
The Flutter Engine
|
#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 14523 of file vulkan_core.h.
VkIndirectCommandsLayoutNV VkGeneratedCommandsInfoNV::indirectCommandsLayout |
Definition at line 14528 of file vulkan_core.h.
VkPipeline VkGeneratedCommandsInfoNV::pipeline |
Definition at line 14527 of file vulkan_core.h.
VkPipelineBindPoint VkGeneratedCommandsInfoNV::pipelineBindPoint |
Definition at line 14526 of file vulkan_core.h.
const void* VkGeneratedCommandsInfoNV::pNext |
Definition at line 14525 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::preprocessBuffer |
Definition at line 14532 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::preprocessOffset |
Definition at line 14533 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::preprocessSize |
Definition at line 14534 of file vulkan_core.h.
const VkIndirectCommandsStreamNV* VkGeneratedCommandsInfoNV::pStreams |
Definition at line 14530 of file vulkan_core.h.
uint32_t VkGeneratedCommandsInfoNV::sequencesCount |
Definition at line 14531 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::sequencesCountBuffer |
Definition at line 14535 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::sequencesCountOffset |
Definition at line 14536 of file vulkan_core.h.
VkBuffer VkGeneratedCommandsInfoNV::sequencesIndexBuffer |
Definition at line 14537 of file vulkan_core.h.
VkDeviceSize VkGeneratedCommandsInfoNV::sequencesIndexOffset |
Definition at line 14538 of file vulkan_core.h.
uint32_t VkGeneratedCommandsInfoNV::streamCount |
Definition at line 14529 of file vulkan_core.h.
VkStructureType VkGeneratedCommandsInfoNV::sType |
Definition at line 14524 of file vulkan_core.h.