SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DrawIndexedIndirectCommand (uint32_t indexCount_=0, uint32_t instanceCount_=0, uint32_t firstIndex_=0, int32_t vertexOffset_=0, uint32_t firstInstance_=0) | |
DrawIndexedIndirectCommand (VkDrawIndexedIndirectCommand const &rhs) | |
DrawIndexedIndirectCommand & | operator= (VkDrawIndexedIndirectCommand const &rhs) |
DrawIndexedIndirectCommand & | setIndexCount (uint32_t indexCount_) |
DrawIndexedIndirectCommand & | setInstanceCount (uint32_t instanceCount_) |
DrawIndexedIndirectCommand & | setFirstIndex (uint32_t firstIndex_) |
DrawIndexedIndirectCommand & | setVertexOffset (int32_t vertexOffset_) |
DrawIndexedIndirectCommand & | setFirstInstance (uint32_t firstInstance_) |
operator VkDrawIndexedIndirectCommand const & () const | |
operator VkDrawIndexedIndirectCommand & () | |
bool | operator== (DrawIndexedIndirectCommand const &rhs) const |
bool | operator!= (DrawIndexedIndirectCommand const &rhs) const |
Data Fields | |
uint32_t | indexCount |
uint32_t | instanceCount |
uint32_t | firstIndex |
int32_t | vertexOffset |
uint32_t | firstInstance |
Definition at line 6922 of file vulkan.hpp.
|
inline |
Definition at line 6924 of file vulkan.hpp.
|
inline |
Definition at line 6937 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 6982 of file vulkan.hpp.
|
inline |
Definition at line 6977 of file vulkan.hpp.
|
inline |
Definition at line 6996 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 6942 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 6987 of file vulkan.hpp.
References firstIndex, firstInstance, indexCount, instanceCount, and vertexOffset.
Referenced by operator!=().
|
inline |
Definition at line 6959 of file vulkan.hpp.
References firstIndex.
|
inline |
Definition at line 6971 of file vulkan.hpp.
References firstInstance.
|
inline |
Definition at line 6947 of file vulkan.hpp.
References indexCount.
|
inline |
Definition at line 6953 of file vulkan.hpp.
References instanceCount.
|
inline |
Definition at line 6965 of file vulkan.hpp.
References vertexOffset.
uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::firstIndex |
Definition at line 7003 of file vulkan.hpp.
Referenced by operator==(), and setFirstIndex().
uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::firstInstance |
Definition at line 7005 of file vulkan.hpp.
Referenced by operator==(), and setFirstInstance().
uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::indexCount |
Definition at line 7001 of file vulkan.hpp.
Referenced by operator==(), and setIndexCount().
uint32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::instanceCount |
Definition at line 7002 of file vulkan.hpp.
Referenced by operator==(), and setInstanceCount().
int32_t VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand::vertexOffset |
Definition at line 7004 of file vulkan.hpp.
Referenced by operator==(), and setVertexOffset().