• Home
  • Raw
  • Download

Lines Matching defs:BindIndexBufferIndirectCommandNV

7743   struct BindIndexBufferIndirectCommandNV  struct
7745 using NativeType = VkBindIndexBufferIndirectCommandNV;
7749 BindIndexBufferIndirectCommandNV( VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress_ = {}, in BindIndexBufferIndirectCommandNV() function
7760BindIndexBufferIndirectCommandNV( VkBindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEX… in BindIndexBufferIndirectCommandNV() function
7770 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV const *>( &rhs ); in operator =()
7775 …mandNV & setBufferAddress( VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress_ ) VULKAN_HPP_NOEXCEPT in setBufferAddress()
7781 …N_HPP_CONSTEXPR_14 BindIndexBufferIndirectCommandNV & setSize( uint32_t size_ ) VULKAN_HPP_NOEXCEPT in setSize()
7787 …rIndirectCommandNV & setIndexType( VULKAN_HPP_NAMESPACE::IndexType indexType_ ) VULKAN_HPP_NOEXCEPT in setIndexType()
7794 explicit operator VkBindIndexBufferIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkBindIndexBufferIndirectCommandNV const&()
7799 explicit operator VkBindIndexBufferIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkBindIndexBufferIndirectCommandNV&()
7810 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
7819 bool operator==( BindIndexBufferIndirectCommandNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
7828 bool operator!=( BindIndexBufferIndirectCommandNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
7835 VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress = {};
7836 uint32_t size = {};
7837 VULKAN_HPP_NAMESPACE::IndexType indexType = VULKAN_HPP_NAMESPACE::IndexType::eUint16;