• Home
  • Raw
  • Download

Lines Matching defs:DrawIndirectCommand

32949   struct DrawIndirectCommand  struct
32951 using NativeType = VkDrawIndirectCommand;
32954 VULKAN_HPP_CONSTEXPR DrawIndirectCommand( uint32_t vertexCount_ = {}, in DrawIndirectCommand() function
32967DrawIndirectCommand( VkDrawIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT : DrawIndirectCommand… in DrawIndirectCommand() function
32976 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DrawIndirectCommand const *>( &rhs ); in operator =()
32981 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setVertexCount( uint32_t vertexCount_ ) VULKAN_HPP_NOEXCEPT in setVertexCount()
32987 …_CONSTEXPR_14 DrawIndirectCommand & setInstanceCount( uint32_t instanceCount_ ) VULKAN_HPP_NOEXCEPT in setInstanceCount()
32993 …_HPP_CONSTEXPR_14 DrawIndirectCommand & setFirstVertex( uint32_t firstVertex_ ) VULKAN_HPP_NOEXCEPT in setFirstVertex()
32999 …_CONSTEXPR_14 DrawIndirectCommand & setFirstInstance( uint32_t firstInstance_ ) VULKAN_HPP_NOEXCEPT in setFirstInstance()
33006 operator VkDrawIndirectCommand const &() const VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand const&()
33011 operator VkDrawIndirectCommand &() VULKAN_HPP_NOEXCEPT in operator VkDrawIndirectCommand&()
33022 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
33031 bool operator==( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
33041 bool operator!=( DrawIndirectCommand const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
33048 uint32_t vertexCount = {};
33049 uint32_t instanceCount = {};
33050 uint32_t firstVertex = {};
33051 uint32_t firstInstance = {};