Lines Matching refs:DrawIndirectCommand
33106 struct DrawIndirectCommand struct
33111 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
33122 …VULKAN_HPP_CONSTEXPR DrawIndirectCommand( DrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = …
33124 …DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
33128 … DrawIndirectCommand & operator=( DrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT = default;
33131 DrawIndirectCommand & operator=( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
33133 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =() argument
33138 …VULKAN_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_N… in setVertexCount() argument
33144 …VULKAN_HPP_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_H… in setInstanceCount() argument
33150 …VULKAN_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_N… in setFirstVertex() argument
33156 …VULKAN_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_H… in setFirstInstance() argument
33186 auto operator<=>( DrawIndirectCommand const & ) const = default;
33188 bool operator==( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==() argument
33198 bool operator!=( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=() argument