Lines Matching defs:IndirectCommandsLayoutCreateInfoNV
49019 struct IndirectCommandsLayoutCreateInfoNV struct
49021 using NativeType = VkIndirectCommandsLayoutCreateInfoNV;
49023 static const bool allowDuplicate = false;
49024 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
49028 …IndirectCommandsLayoutCreateInfoNV( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags… in IndirectCommandsLayoutCreateInfoNV() function
49047 …IndirectCommandsLayoutCreateInfoNV( VkIndirectCommandsLayoutCreateInfoNV const & rhs ) VULKAN_HPP_… in IndirectCommandsLayoutCreateInfoNV() function
49053 IndirectCommandsLayoutCreateInfoNV( in IndirectCommandsLayoutCreateInfoNV() function
49075 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const *>( &rhs … in operator =()
49080 …NSTEXPR_14 IndirectCommandsLayoutCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
49086 …V & setFlags( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
49093 …PipelineBindPoint( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ ) VULKAN_HPP_NOEXCEPT in setPipelineBindPoint()
49099 …R_14 IndirectCommandsLayoutCreateInfoNV & setTokenCount( uint32_t tokenCount_ ) VULKAN_HPP_NOEXCEPT in setTokenCount()
49106 …PTokens( const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV * pTokens_ ) VULKAN_HPP_NOEXCEPT in setPTokens()
49114 …es<const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV> const & tokens_ ) VULKAN_HPP_NOEXCEPT in setTokens()
49122 …14 IndirectCommandsLayoutCreateInfoNV & setStreamCount( uint32_t streamCount_ ) VULKAN_HPP_NOEXCEPT in setStreamCount()
49128 …mandsLayoutCreateInfoNV & setPStreamStrides( const uint32_t * pStreamStrides_ ) VULKAN_HPP_NOEXCEPT in setPStreamStrides()
49136 …HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & streamStrides_ ) VULKAN_HPP_NOEXCEPT in setStreamStrides()
49145 operator VkIndirectCommandsLayoutCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkIndirectCommandsLayoutCreateInfoNV const&()
49150 operator VkIndirectCommandsLayoutCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkIndirectCommandsLayoutCreateInfoNV&()
49168 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
49177 bool operator==( IndirectCommandsLayoutCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
49187 bool operator!=( IndirectCommandsLayoutCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
49194 …ype sType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
49195 const void * pNext = {};
49196 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags = {};
49197 …ndPoint pipelineBindPoint = VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics;
49198 uint32_t tokenCount = {};
49199 const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV * pTokens = {};
49200 uint32_t streamCount = {};
49201 const uint32_t * pStreamStrides = {};