D | Vertex.h | 30 struct Vertex { struct 43 static inline void set(Vertex* vertex, float x, float y) { in set() argument 48 static inline void set(Vertex* vertex, Vector2 val) { in set() argument 52 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) { in copyWithOffset() argument 58 REQUIRE_COMPATIBLE_LAYOUT(Vertex);
|