HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkGeneratedCommandsInfoNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR GeneratedCommandsInfoNV (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_=VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics, VULKAN_HPP_NAMESPACE::Pipeline pipeline_={}, VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_={}, uint32_t streamCount_={}, const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV *pStreams_={}, uint32_t sequencesCount_={}, VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR GeneratedCommandsInfoNV (GeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 GeneratedCommandsInfoNV (VkGeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 GeneratedCommandsInfoNV (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_, VULKAN_HPP_NAMESPACE::Pipeline pipeline_, VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const &streams_, uint32_t sequencesCount_={}, VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_={}, const void *pNext_=nullptr)
 
GeneratedCommandsInfoNVoperator= (GeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
GeneratedCommandsInfoNVoperator= (VkGeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPipelineBindPoint (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPipeline (VULKAN_HPP_NAMESPACE::Pipeline pipeline_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setIndirectCommandsLayout (VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setStreamCount (uint32_t streamCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPStreams (const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV *pStreams_) VULKAN_HPP_NOEXCEPT
 
GeneratedCommandsInfoNVsetStreams (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const &streams_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setSequencesCount (uint32_t sequencesCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPreprocessBuffer (VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPreprocessOffset (VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setPreprocessSize (VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setSequencesCountBuffer (VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setSequencesCountOffset (VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setSequencesIndexBuffer (VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
GeneratedCommandsInfoNV
setSequencesIndexOffset (VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_) VULKAN_HPP_NOEXCEPT
 
 operator VkGeneratedCommandsInfoNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkGeneratedCommandsInfoNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (GeneratedCommandsInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (GeneratedCommandsInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eGeneratedCommandsInfoNV
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint = VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics
 
VULKAN_HPP_NAMESPACE::Pipeline pipeline = {}
 
VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout = {}
 
uint32_t streamCount = {}
 
const
VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV
pStreams = {}
 
uint32_t sequencesCount = {}
 
VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize = {}
 
VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset = {}
 
VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eGeneratedCommandsInfoNV
 

Detailed Description

Definition at line 34373 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::GeneratedCommandsInfoNV ( VULKAN_HPP_NAMESPACE::PipelineBindPoint  pipelineBindPoint_ = VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics,
VULKAN_HPP_NAMESPACE::Pipeline  pipeline_ = {},
VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV  indirectCommandsLayout_ = {},
uint32_t  streamCount_ = {},
const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV pStreams_ = {},
uint32_t  sequencesCount_ = {},
VULKAN_HPP_NAMESPACE::Buffer  preprocessBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  preprocessOffset_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  preprocessSize_ = {},
VULKAN_HPP_NAMESPACE::Buffer  sequencesCountBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  sequencesCountOffset_ = {},
VULKAN_HPP_NAMESPACE::Buffer  sequencesIndexBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  sequencesIndexOffset_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 34382 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::GeneratedCommandsInfoNV ( GeneratedCommandsInfoNV const rhs)
default
VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::GeneratedCommandsInfoNV ( VkGeneratedCommandsInfoNV const rhs)
inline

Definition at line 34415 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::GeneratedCommandsInfoNV ( VULKAN_HPP_NAMESPACE::PipelineBindPoint  pipelineBindPoint_,
VULKAN_HPP_NAMESPACE::Pipeline  pipeline_,
VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV  indirectCommandsLayout_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const streams_,
uint32_t  sequencesCount_ = {},
VULKAN_HPP_NAMESPACE::Buffer  preprocessBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  preprocessOffset_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  preprocessSize_ = {},
VULKAN_HPP_NAMESPACE::Buffer  sequencesCountBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  sequencesCountOffset_ = {},
VULKAN_HPP_NAMESPACE::Buffer  sequencesIndexBuffer_ = {},
VULKAN_HPP_NAMESPACE::DeviceSize  sequencesIndexOffset_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 34421 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::operator VkGeneratedCommandsInfoNV & ( )
inline

Definition at line 34563 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::operator VkGeneratedCommandsInfoNV const & ( ) const
inline

Definition at line 34558 of file vulkan_structs.hpp.

GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::operator= ( GeneratedCommandsInfoNV const rhs)
default
GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::operator= ( VkGeneratedCommandsInfoNV const rhs)
inline

Definition at line 34455 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::operator== ( GeneratedCommandsInfoNV const rhs) const
inline

Definition at line 34611 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setIndirectCommandsLayout ( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV  indirectCommandsLayout_)
inline

Definition at line 34481 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPipeline ( VULKAN_HPP_NAMESPACE::Pipeline  pipeline_)
inline

Definition at line 34474 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPipelineBindPoint ( VULKAN_HPP_NAMESPACE::PipelineBindPoint  pipelineBindPoint_)
inline

Definition at line 34468 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPNext ( const void pNext_)
inline

Definition at line 34462 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPreprocessBuffer ( VULKAN_HPP_NAMESPACE::Buffer  preprocessBuffer_)
inline

Definition at line 34515 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPreprocessOffset ( VULKAN_HPP_NAMESPACE::DeviceSize  preprocessOffset_)
inline

Definition at line 34521 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPreprocessSize ( VULKAN_HPP_NAMESPACE::DeviceSize  preprocessSize_)
inline

Definition at line 34527 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setPStreams ( const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV pStreams_)
inline

Definition at line 34493 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setSequencesCount ( uint32_t  sequencesCount_)
inline

Definition at line 34509 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setSequencesCountBuffer ( VULKAN_HPP_NAMESPACE::Buffer  sequencesCountBuffer_)
inline

Definition at line 34533 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setSequencesCountOffset ( VULKAN_HPP_NAMESPACE::DeviceSize  sequencesCountOffset_)
inline

Definition at line 34539 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setSequencesIndexBuffer ( VULKAN_HPP_NAMESPACE::Buffer  sequencesIndexBuffer_)
inline

Definition at line 34545 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setSequencesIndexOffset ( VULKAN_HPP_NAMESPACE::DeviceSize  sequencesIndexOffset_)
inline

Definition at line 34551 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setStreamCount ( uint32_t  streamCount_)
inline

Definition at line 34487 of file vulkan_structs.hpp.

GeneratedCommandsInfoNV& VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::setStreams ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const streams_)
inline

Definition at line 34501 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::allowDuplicate = false
static

Definition at line 34377 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::indirectCommandsLayout = {}

Definition at line 34636 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Pipeline VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::pipeline = {}

Definition at line 34635 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PipelineBindPoint VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::pipelineBindPoint = VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics

Definition at line 34634 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::pNext = {}

Definition at line 34633 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::preprocessBuffer = {}

Definition at line 34640 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::preprocessOffset = {}

Definition at line 34641 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::preprocessSize = {}

Definition at line 34642 of file vulkan_structs.hpp.

const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV* VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::pStreams = {}

Definition at line 34638 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sequencesCount = {}

Definition at line 34639 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sequencesCountBuffer = {}

Definition at line 34643 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sequencesCountOffset = {}

Definition at line 34644 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sequencesIndexBuffer = {}

Definition at line 34645 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sequencesIndexOffset = {}

Definition at line 34646 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::streamCount = {}

Definition at line 34637 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::structureType = StructureType::eGeneratedCommandsInfoNV
static

Definition at line 34378 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV::sType = StructureType::eGeneratedCommandsInfoNV

Definition at line 34632 of file vulkan_structs.hpp.


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