Lines Matching defs:DrawIndirectCommand

33106   struct DrawIndirectCommand  struct
33108 using NativeType = VkDrawIndirectCommand;
33111 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
33124DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
33133 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
33138 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
33144 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
33150 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
33156 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
33163 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
33168 operator VkDrawIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand&()
33179 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
33188 bool operator==( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
33198 bool operator!=( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
33205 uint32_t vertexCount = {};
33206 uint32_t instanceCount = {};
33207 uint32_t firstVertex = {};
33208 uint32_t firstInstance = {};