Lines Matching defs:DrawIndirectCommand
37529 struct DrawIndirectCommand struct
37531 using NativeType = VkDrawIndirectCommand;
37534 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
37547 …DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
37556 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
37561 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
37567 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
37573 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
37579 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
37586 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
37591 operator VkDrawIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand&()
37602 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
37611 bool operator==( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
37621 bool operator!=( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
37628 uint32_t vertexCount = {};
37629 uint32_t instanceCount = {};
37630 uint32_t firstVertex = {};
37631 uint32_t firstInstance = {};