|
Unravel Engine C++ Reference
|
#include <vertex_decl.h>
Static Public Member Functions | |
| static void | init (vertex_layout &decl) |
Static Public Member Functions inherited from gfx::vertex< pos_texcoord0_vertex > | |
| static auto | get_layout () -> const vertex_layout & |
Public Attributes | |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
| float | u = 0.0f |
| float | v = 0.0f |
Definition at line 44 of file vertex_decl.h.
|
static |
Definition at line 16 of file vertex_decl.cpp.
| float gfx::pos_texcoord0_vertex::u = 0.0f |
Definition at line 50 of file vertex_decl.h.
| float gfx::pos_texcoord0_vertex::v = 0.0f |
Definition at line 51 of file vertex_decl.h.
| float gfx::pos_texcoord0_vertex::x = 0.0f |
Definition at line 46 of file vertex_decl.h.
| float gfx::pos_texcoord0_vertex::y = 0.0f |
Definition at line 47 of file vertex_decl.h.
| float gfx::pos_texcoord0_vertex::z = 0.0f |
Definition at line 48 of file vertex_decl.h.