struct VertexInputAttributeDescription

Defined at line 71190 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkVertexInputAttributeDescription, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkVertexInputAttributeDescription.html

Public Members

uint32_t location
uint32_t binding
Format format
uint32_t offset

Public Methods

void VertexInputAttributeDescription (uint32_t location_, uint32_t binding_, Format format_, uint32_t offset_)

Defined at line 71195 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void VertexInputAttributeDescription (const VertexInputAttributeDescription & rhs)

Defined at line 71206 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void VertexInputAttributeDescription (const VkVertexInputAttributeDescription & rhs)

Defined at line 71208 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & operator= (const VertexInputAttributeDescription & rhs)

Defined at line 71213 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & operator= (const VkVertexInputAttributeDescription & rhs)

Defined at line 71216 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & setLocation (uint32_t location_)

Defined at line 71223 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription && setLocation (uint32_t location_)

Defined at line 71229 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & setBinding (uint32_t binding_)

Defined at line 71235 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription && setBinding (uint32_t binding_)

Defined at line 71241 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & setFormat (Format format_)

Defined at line 71247 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription && setFormat (Format format_)

Defined at line 71253 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription & setOffset (uint32_t offset_)

Defined at line 71259 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VertexInputAttributeDescription && setOffset (uint32_t offset_)

Defined at line 71265 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkVertexInputAttributeDescription & operator const VkVertexInputAttributeDescription & ()

Defined at line 71272 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkVertexInputAttributeDescription & operator VkVertexInputAttributeDescription & ()

Defined at line 71277 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkVertexInputAttributeDescription * operator const VkVertexInputAttributeDescription * ()

Defined at line 71282 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkVertexInputAttributeDescription * operator VkVertexInputAttributeDescription * ()

Defined at line 71287 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const VertexInputAttributeDescription & )

Defined at line 71300 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp