Vertex¶
Vertex data structures for 2D and 3D graphics.
Overview¶
Typical use cases:
Defining vertex attributes for rendering.
Header¶
<RaeptorCogs/Vertex.hpp>
Metadata¶
- Author
Estorc
- Version
v1.0
- Copyright
Copyright (c) 2025 Estorc MIT License.
Structs¶
Struct |
Description |
|---|---|
|
Vertex structure for 2D graphics. |
|
Vertex structure for 3D graphics. |
-
struct Vertex2D¶
Vertex structure for 2D graphics.
Defines the layout of vertex data used in rendering.
-
struct Vertex3D¶
Vertex structure for 3D graphics.
Defines the layout of a 3D vertex with position and texture coordinates.