SDL  2.0
VkCmdProcessCommandsInfoNVX Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkCmdProcessCommandsInfoNVX:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkObjectTableNVX objectTable
 
VkIndirectCommandsLayoutNVX indirectCommandsLayout
 
uint32_t indirectCommandsTokenCount
 
const VkIndirectCommandsTokenNVXpIndirectCommandsTokens
 
uint32_t maxSequencesCount
 
VkCommandBuffer targetCommandBuffer
 
VkBuffer sequencesCountBuffer
 
VkDeviceSize sequencesCountOffset
 
VkBuffer sequencesIndexBuffer
 
VkDeviceSize sequencesIndexOffset
 

Detailed Description

Definition at line 6846 of file vulkan_core.h.

Field Documentation

◆ indirectCommandsLayout

VkIndirectCommandsLayoutNVX VkCmdProcessCommandsInfoNVX::indirectCommandsLayout

Definition at line 6850 of file vulkan_core.h.

◆ indirectCommandsTokenCount

uint32_t VkCmdProcessCommandsInfoNVX::indirectCommandsTokenCount

Definition at line 6851 of file vulkan_core.h.

◆ maxSequencesCount

uint32_t VkCmdProcessCommandsInfoNVX::maxSequencesCount

Definition at line 6853 of file vulkan_core.h.

◆ objectTable

VkObjectTableNVX VkCmdProcessCommandsInfoNVX::objectTable

Definition at line 6849 of file vulkan_core.h.

◆ pIndirectCommandsTokens

const VkIndirectCommandsTokenNVX* VkCmdProcessCommandsInfoNVX::pIndirectCommandsTokens

Definition at line 6852 of file vulkan_core.h.

◆ pNext

const void* VkCmdProcessCommandsInfoNVX::pNext

Definition at line 6848 of file vulkan_core.h.

◆ sequencesCountBuffer

VkBuffer VkCmdProcessCommandsInfoNVX::sequencesCountBuffer

Definition at line 6855 of file vulkan_core.h.

◆ sequencesCountOffset

VkDeviceSize VkCmdProcessCommandsInfoNVX::sequencesCountOffset

Definition at line 6856 of file vulkan_core.h.

◆ sequencesIndexBuffer

VkBuffer VkCmdProcessCommandsInfoNVX::sequencesIndexBuffer

Definition at line 6857 of file vulkan_core.h.

◆ sequencesIndexOffset

VkDeviceSize VkCmdProcessCommandsInfoNVX::sequencesIndexOffset

Definition at line 6858 of file vulkan_core.h.

◆ sType

VkStructureType VkCmdProcessCommandsInfoNVX::sType

Definition at line 6847 of file vulkan_core.h.

◆ targetCommandBuffer

VkCommandBuffer VkCmdProcessCommandsInfoNVX::targetCommandBuffer

Definition at line 6854 of file vulkan_core.h.


The documentation for this struct was generated from the following file: