struct VertexInputAttributeDescription

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

Public Members

uint32_t location
uint32_t binding
Format format
uint32_t offset

Public Methods

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

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

void VertexInputAttributeDescription (const VertexInputAttributeDescription & rhs)

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

void VertexInputAttributeDescription (const VkVertexInputAttributeDescription & rhs)

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

VertexInputAttributeDescription & operator= (const VertexInputAttributeDescription & rhs)

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

VertexInputAttributeDescription & operator= (const VkVertexInputAttributeDescription & rhs)

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

VertexInputAttributeDescription & setLocation (uint32_t location_)

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

VertexInputAttributeDescription & setBinding (uint32_t binding_)

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

VertexInputAttributeDescription & setFormat (vk::Format format_)

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

VertexInputAttributeDescription & setOffset (uint32_t offset_)

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

const VkVertexInputAttributeDescription & operator const VkVertexInputAttributeDescription & ()

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

VkVertexInputAttributeDescription & operator VkVertexInputAttributeDescription & ()

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

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

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