• Home
  • Raw
  • Download

Lines Matching defs:BindIndexBufferIndirectCommandNV

20379   struct BindIndexBufferIndirectCommandNV  struct
20384 …VULKAN_HPP_CONSTEXPR BindIndexBufferIndirectCommandNV(VULKAN_HPP_NAMESPACE::DeviceAddress bufferAd… in BindIndexBufferIndirectCommandNV() function
20390BindIndexBufferIndirectCommandNV( VkBindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEX… in BindIndexBufferIndirectCommandNV() function
20398 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindIndexBufferIndirectCommandNV const *>( &rhs ); in operator =()
20402 …erIndirectCommandNV & operator=( BindIndexBufferIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
20408 …mandNV & setBufferAddress( VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress_ ) VULKAN_HPP_NOEXCEPT in setBufferAddress()
20414 BindIndexBufferIndirectCommandNV & setSize( uint32_t size_ ) VULKAN_HPP_NOEXCEPT in setSize()
20420 …rIndirectCommandNV & setIndexType( VULKAN_HPP_NAMESPACE::IndexType indexType_ ) VULKAN_HPP_NOEXCEPT in setIndexType()
20427 operator VkBindIndexBufferIndirectCommandNV const&() const VULKAN_HPP_NOEXCEPT in operator VkBindIndexBufferIndirectCommandNV const&()
20432 operator VkBindIndexBufferIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkBindIndexBufferIndirectCommandNV&()
20441 bool operator==( BindIndexBufferIndirectCommandNV const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
20448 bool operator!=( BindIndexBufferIndirectCommandNV const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
20457 VULKAN_HPP_NAMESPACE::DeviceAddress bufferAddress = {};
20458 uint32_t size = {};
20459 VULKAN_HPP_NAMESPACE::IndexType indexType = VULKAN_HPP_NAMESPACE::IndexType::eUint16;