SDL 2.0
|
#include <vulkan.hpp>
Private Attributes | |
StructureType | sType = StructureType::eCmdProcessCommandsInfoNVX |
Definition at line 47102 of file vulkan.hpp.
|
inline |
Definition at line 47104 of file vulkan.hpp.
|
inline |
Definition at line 47127 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 47208 of file vulkan.hpp.
|
inline |
Definition at line 47203 of file vulkan.hpp.
|
inline |
Definition at line 47229 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 47213 of file vulkan.hpp.
References indirectCommandsLayout, indirectCommandsTokenCount, maxSequencesCount, objectTable, pIndirectCommandsTokens, pNext, sequencesCountBuffer, sequencesCountOffset, sequencesIndexBuffer, sequencesIndexOffset, sType, and targetCommandBuffer.
Referenced by operator!=().
|
inline |
Definition at line 47149 of file vulkan.hpp.
References indirectCommandsLayout.
|
inline |
Definition at line 47155 of file vulkan.hpp.
References indirectCommandsTokenCount.
|
inline |
Definition at line 47167 of file vulkan.hpp.
References maxSequencesCount.
|
inline |
Definition at line 47143 of file vulkan.hpp.
References objectTable.
|
inline |
Definition at line 47161 of file vulkan.hpp.
References pIndirectCommandsTokens.
|
inline |
Definition at line 47137 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 47179 of file vulkan.hpp.
References sequencesCountBuffer.
|
inline |
Definition at line 47185 of file vulkan.hpp.
References sequencesCountOffset.
|
inline |
Definition at line 47191 of file vulkan.hpp.
References sequencesIndexBuffer.
|
inline |
Definition at line 47197 of file vulkan.hpp.
References sequencesIndexOffset.
|
inline |
Definition at line 47173 of file vulkan.hpp.
References targetCommandBuffer.
IndirectCommandsLayoutNVX VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::indirectCommandsLayout |
Definition at line 47240 of file vulkan.hpp.
Referenced by operator==(), and setIndirectCommandsLayout().
uint32_t VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::indirectCommandsTokenCount |
Definition at line 47241 of file vulkan.hpp.
Referenced by operator==(), and setIndirectCommandsTokenCount().
uint32_t VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::maxSequencesCount |
Definition at line 47243 of file vulkan.hpp.
Referenced by operator==(), and setMaxSequencesCount().
ObjectTableNVX VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::objectTable |
Definition at line 47239 of file vulkan.hpp.
Referenced by operator==(), and setObjectTable().
const IndirectCommandsTokenNVX* VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::pIndirectCommandsTokens |
Definition at line 47242 of file vulkan.hpp.
Referenced by operator==(), and setPIndirectCommandsTokens().
const void* VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::pNext = nullptr |
Definition at line 47238 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Buffer VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::sequencesCountBuffer |
Definition at line 47245 of file vulkan.hpp.
Referenced by operator==(), and setSequencesCountBuffer().
DeviceSize VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::sequencesCountOffset |
Definition at line 47246 of file vulkan.hpp.
Referenced by operator==(), and setSequencesCountOffset().
Buffer VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::sequencesIndexBuffer |
Definition at line 47247 of file vulkan.hpp.
Referenced by operator==(), and setSequencesIndexBuffer().
DeviceSize VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::sequencesIndexOffset |
Definition at line 47248 of file vulkan.hpp.
Referenced by operator==(), and setSequencesIndexOffset().
|
private |
Definition at line 47235 of file vulkan.hpp.
Referenced by operator==().
CommandBuffer VULKAN_HPP_NAMESPACE::CmdProcessCommandsInfoNVX::targetCommandBuffer |
Definition at line 47244 of file vulkan.hpp.
Referenced by operator==(), and setTargetCommandBuffer().