SDL 2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkObjectTableNVX | objectTable |
VkIndirectCommandsLayoutNVX | indirectCommandsLayout |
uint32_t | indirectCommandsTokenCount |
const VkIndirectCommandsTokenNVX * | pIndirectCommandsTokens |
uint32_t | maxSequencesCount |
VkCommandBuffer | targetCommandBuffer |
VkBuffer | sequencesCountBuffer |
VkDeviceSize | sequencesCountOffset |
VkBuffer | sequencesIndexBuffer |
VkDeviceSize | sequencesIndexOffset |
Definition at line 6846 of file vulkan_core.h.
VkIndirectCommandsLayoutNVX VkCmdProcessCommandsInfoNVX::indirectCommandsLayout |
Definition at line 6850 of file vulkan_core.h.
uint32_t VkCmdProcessCommandsInfoNVX::indirectCommandsTokenCount |
Definition at line 6851 of file vulkan_core.h.
uint32_t VkCmdProcessCommandsInfoNVX::maxSequencesCount |
Definition at line 6853 of file vulkan_core.h.
VkObjectTableNVX VkCmdProcessCommandsInfoNVX::objectTable |
Definition at line 6849 of file vulkan_core.h.
const VkIndirectCommandsTokenNVX* VkCmdProcessCommandsInfoNVX::pIndirectCommandsTokens |
Definition at line 6852 of file vulkan_core.h.
const void* VkCmdProcessCommandsInfoNVX::pNext |
Definition at line 6848 of file vulkan_core.h.
VkBuffer VkCmdProcessCommandsInfoNVX::sequencesCountBuffer |
Definition at line 6855 of file vulkan_core.h.
VkDeviceSize VkCmdProcessCommandsInfoNVX::sequencesCountOffset |
Definition at line 6856 of file vulkan_core.h.
VkBuffer VkCmdProcessCommandsInfoNVX::sequencesIndexBuffer |
Definition at line 6857 of file vulkan_core.h.
VkDeviceSize VkCmdProcessCommandsInfoNVX::sequencesIndexOffset |
Definition at line 6858 of file vulkan_core.h.
VkStructureType VkCmdProcessCommandsInfoNVX::sType |
Definition at line 6847 of file vulkan_core.h.
VkCommandBuffer VkCmdProcessCommandsInfoNVX::targetCommandBuffer |
Definition at line 6854 of file vulkan_core.h.