Used to pass in arrays of vertices (e.g. to DrawQuad) More...
#include <IDraw2d.h>
Public Member Functions | |
VertexPosColUV (const AZ::Vector2 &inPos, const AZ::Color &inColor, const AZ::Vector2 &inUV) | |
Public Attributes | |
AZ::Vector2 | position |
2D position of vertex | |
AZ::Color | color |
Float color. | |
AZ::Vector2 | uv |
Texture coordinate. | |
Used to pass in arrays of vertices (e.g. to DrawQuad)