Lines Matching defs:IndirectCommandsLayoutCreateInfoNV

48717   struct IndirectCommandsLayoutCreateInfoNV  struct
48719 using NativeType = VkIndirectCommandsLayoutCreateInfoNV;
48721 static const bool allowDuplicate = false;
48722 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
48726IndirectCommandsLayoutCreateInfoNV( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags… in IndirectCommandsLayoutCreateInfoNV() function
48745IndirectCommandsLayoutCreateInfoNV( VkIndirectCommandsLayoutCreateInfoNV const & rhs ) VULKAN_HPP_… in IndirectCommandsLayoutCreateInfoNV() function
48751 IndirectCommandsLayoutCreateInfoNV( in IndirectCommandsLayoutCreateInfoNV() function
48773 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const *>( &rhs … in operator =()
48778 …NSTEXPR_14 IndirectCommandsLayoutCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48784 …V & setFlags( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
48791 …PipelineBindPoint( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ ) VULKAN_HPP_NOEXCEPT in setPipelineBindPoint()
48797 …R_14 IndirectCommandsLayoutCreateInfoNV & setTokenCount( uint32_t tokenCount_ ) VULKAN_HPP_NOEXCEPT in setTokenCount()
48804 …PTokens( const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV * pTokens_ ) VULKAN_HPP_NOEXCEPT in setPTokens()
48812 …es<const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV> const & tokens_ ) VULKAN_HPP_NOEXCEPT in setTokens()
48820 …14 IndirectCommandsLayoutCreateInfoNV & setStreamCount( uint32_t streamCount_ ) VULKAN_HPP_NOEXCEPT in setStreamCount()
48826 …mandsLayoutCreateInfoNV & setPStreamStrides( const uint32_t * pStreamStrides_ ) VULKAN_HPP_NOEXCEPT in setPStreamStrides()
48834 …HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & streamStrides_ ) VULKAN_HPP_NOEXCEPT in setStreamStrides()
48843 operator VkIndirectCommandsLayoutCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkIndirectCommandsLayoutCreateInfoNV const&()
48848 operator VkIndirectCommandsLayoutCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkIndirectCommandsLayoutCreateInfoNV&()
48866 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
48875 bool operator==( IndirectCommandsLayoutCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
48885 bool operator!=( IndirectCommandsLayoutCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
48892 …ype sType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
48893 const void * pNext = {};
48894 VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags = {};
48895 …ndPoint pipelineBindPoint = VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics;
48896 uint32_t tokenCount = {};
48897 const VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV * pTokens = {};
48898 uint32_t streamCount = {};
48899 const uint32_t * pStreamStrides = {};