HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDrawIndexedIndirectCommand
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DrawIndexedIndirectCommand (uint32_t indexCount_={}, uint32_t instanceCount_={}, uint32_t firstIndex_={}, int32_t vertexOffset_={}, uint32_t firstInstance_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DrawIndexedIndirectCommand (DrawIndexedIndirectCommand const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DrawIndexedIndirectCommand (VkDrawIndexedIndirectCommand const &rhs) VULKAN_HPP_NOEXCEPT
 
DrawIndexedIndirectCommandoperator= (DrawIndexedIndirectCommand const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DrawIndexedIndirectCommandoperator= (VkDrawIndexedIndirectCommand const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DrawIndexedIndirectCommand
setIndexCount (uint32_t indexCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DrawIndexedIndirectCommand
setInstanceCount (uint32_t instanceCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DrawIndexedIndirectCommand
setFirstIndex (uint32_t firstIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DrawIndexedIndirectCommand
setVertexOffset (int32_t vertexOffset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DrawIndexedIndirectCommand
setFirstInstance (uint32_t firstInstance_) VULKAN_HPP_NOEXCEPT
 
 operator VkDrawIndexedIndirectCommand const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDrawIndexedIndirectCommand & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DrawIndexedIndirectCommand const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DrawIndexedIndirectCommand const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t indexCount = {}
 
uint32_t instanceCount = {}
 
uint32_t firstIndex = {}
 
int32_t vertexOffset = {}
 
uint32_t firstInstance = {}
 

Detailed Description

Definition at line 29270 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::DrawIndexedIndirectCommand ( uint32_t  indexCount_ = {},
uint32_t  instanceCount_ = {},
uint32_t  firstIndex_ = {},
int32_t  vertexOffset_ = {},
uint32_t  firstInstance_ = {} 
)
inline

Definition at line 29275 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::DrawIndexedIndirectCommand ( DrawIndexedIndirectCommand const rhs)
default
VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::DrawIndexedIndirectCommand ( VkDrawIndexedIndirectCommand const rhs)
inline

Definition at line 29290 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::operator VkDrawIndexedIndirectCommand & ( )
inline

Definition at line 29341 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::operator VkDrawIndexedIndirectCommand const & ( ) const
inline

Definition at line 29336 of file vulkan_structs.hpp.

DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::operator= ( DrawIndexedIndirectCommand const rhs)
default
DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::operator= ( VkDrawIndexedIndirectCommand const rhs)
inline

Definition at line 29298 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::operator== ( DrawIndexedIndirectCommand const rhs) const
inline

Definition at line 29361 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::setFirstIndex ( uint32_t  firstIndex_)
inline

Definition at line 29317 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::setFirstInstance ( uint32_t  firstInstance_)
inline

Definition at line 29329 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::setIndexCount ( uint32_t  indexCount_)
inline

Definition at line 29305 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::setInstanceCount ( uint32_t  instanceCount_)
inline

Definition at line 29311 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DrawIndexedIndirectCommand& VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::setVertexOffset ( int32_t  vertexOffset_)
inline

Definition at line 29323 of file vulkan_structs.hpp.

Member Data Documentation

uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::firstIndex = {}

Definition at line 29380 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::firstInstance = {}

Definition at line 29382 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::indexCount = {}

Definition at line 29378 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::instanceCount = {}

Definition at line 29379 of file vulkan_structs.hpp.

int32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::vertexOffset = {}

Definition at line 29381 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: