Lines Matching defs:DrawIndirectCommand
32774 struct DrawIndirectCommand struct
32776 using NativeType = VkDrawIndirectCommand;
32779 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
32792 …DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
32801 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
32806 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
32812 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
32818 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
32824 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
32831 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
32836 operator VkDrawIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand&()
32847 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32856 bool operator==( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32866 bool operator!=( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
32873 uint32_t vertexCount = {};
32874 uint32_t instanceCount = {};
32875 uint32_t firstVertex = {};
32876 uint32_t firstInstance = {};