#include <vulkan_structs.hpp>
Definition at line 32949 of file vulkan_structs.hpp.
◆ NativeType
◆ DrawIndirectCommand() [1/3]
VULKAN_HPP_CONSTEXPR vk::DrawIndirectCommand::DrawIndirectCommand |
( |
uint32_t |
vertexCount_ = {} , |
|
|
uint32_t |
instanceCount_ = {} , |
|
|
uint32_t |
firstVertex_ = {} , |
|
|
uint32_t |
firstInstance_ = {} |
|
) |
| |
|
inline |
◆ DrawIndirectCommand() [2/3]
◆ DrawIndirectCommand() [3/3]
◆ operator VkDrawIndirectCommand &()
◆ operator VkDrawIndirectCommand const &()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ setFirstInstance()
◆ setFirstVertex()
◆ setInstanceCount()
◆ setVertexCount()
◆ firstInstance
uint32_t vk::DrawIndirectCommand::firstInstance = {} |
◆ firstVertex
uint32_t vk::DrawIndirectCommand::firstVertex = {} |
◆ instanceCount
uint32_t vk::DrawIndirectCommand::instanceCount = {} |
◆ vertexCount
uint32_t vk::DrawIndirectCommand::vertexCount = {} |
The documentation for this struct was generated from the following file: