Searched defs:IndirectCommandsLayoutTokenNV (Results 1 – 4 of 4) sorted by relevance
47448 struct IndirectCommandsLayoutTokenNV struct47450 using NativeType = VkIndirectCommandsLayoutTokenNV;47452 static const bool allowDuplicate = false;47453 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutTokenNV;47456 VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutTokenNV( in IndirectCommandsLayoutTokenNV() argument47490 IndirectCommandsLayoutTokenNV( VkIndirectCommandsLayoutTokenNV const & rhs ) VULKAN_HPP_NOEXCEPT in IndirectCommandsLayoutTokenNV() function47496 …IndirectCommandsLayoutTokenNV( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV … in IndirectCommandsLayoutTokenNV() function47541 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV const *>( &rhs ); in operator =()47546 …PP_CONSTEXPR_14 IndirectCommandsLayoutTokenNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()47552 … & setTokenType( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV tokenType_ ) VULKAN_HPP_NOEXCEPT in setTokenType()[all …]
48569 struct IndirectCommandsLayoutTokenNV struct48571 using NativeType = VkIndirectCommandsLayoutTokenNV;48573 static const bool allowDuplicate = false;48574 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutTokenNV;48577 VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutTokenNV( in IndirectCommandsLayoutTokenNV() function48611 IndirectCommandsLayoutTokenNV( VkIndirectCommandsLayoutTokenNV const & rhs ) VULKAN_HPP_NOEXCEPT in IndirectCommandsLayoutTokenNV() function48617 …IndirectCommandsLayoutTokenNV( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV … in IndirectCommandsLayoutTokenNV() function48662 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV const *>( &rhs ); in operator =()48667 …PP_CONSTEXPR_14 IndirectCommandsLayoutTokenNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()48673 … & setTokenType( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV tokenType_ ) VULKAN_HPP_NOEXCEPT in setTokenType()[all …]
48414 struct IndirectCommandsLayoutTokenNV struct48416 using NativeType = VkIndirectCommandsLayoutTokenNV;48418 static const bool allowDuplicate = false;48419 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutTokenNV;48422 VULKAN_HPP_CONSTEXPR IndirectCommandsLayoutTokenNV( in IndirectCommandsLayoutTokenNV() function48456 IndirectCommandsLayoutTokenNV( VkIndirectCommandsLayoutTokenNV const & rhs ) VULKAN_HPP_NOEXCEPT in IndirectCommandsLayoutTokenNV() argument48462 …IndirectCommandsLayoutTokenNV( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV … in IndirectCommandsLayoutTokenNV() function48507 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNV const *>( &rhs ); in operator =()48512 …PP_CONSTEXPR_14 IndirectCommandsLayoutTokenNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()48518 … & setTokenType( VULKAN_HPP_NAMESPACE::IndirectCommandsTokenTypeNV tokenType_ ) VULKAN_HPP_NOEXCEPT in setTokenType()[all …]
14462 pub struct IndirectCommandsLayoutTokenNV { struct14479 impl ::std::default::Default for IndirectCommandsLayoutTokenNV { argument14501 unsafe impl TaggedStructure for IndirectCommandsLayoutTokenNV { implementation14504 impl IndirectCommandsLayoutTokenNV { implementation14600 pub fn build(self) -> IndirectCommandsLayoutTokenNV { in build()