#include <vertexattributedeclaration.h>
Public Member Functions | |
| VertexAttributeDeclaration (const std::string &name, int location, int elementSize, VkFormat format) | |
| VertexAttributeDeclaration ()=delete | |
Public Attributes | |
| std::string | mName |
| Name of the shader attribute. More... | |
| int | mLocation |
| int | mElementSize |
| Element size of this vertex. More... | |
| VkFormat | mFormat |
Represents an Vulkan vertex shader attribute
| VertexAttributeDeclaration | ( | const std::string & | name, |
| int | location, | ||
| int | elementSize, | ||
| VkFormat | format | ||
| ) |
|
delete |
| int mElementSize |
Element size of this vertex.
| VkFormat mFormat |
| int mLocation |
| std::string mName |
Name of the shader attribute.