tagVERTEX_3D

3D描画に使用する頂点データ型(旧バージョンのもの)

version(!DX_NOTUSE_DRAWFUNCTION)
package nothrow @nogc extern (C++, DxLib)
struct tagVERTEX_3D {}

Members

Variables

a
ubyte a;
Undocumented in source.
b
ubyte b;
Undocumented in source.
g
ubyte g;
Undocumented in source.
pos
.VECTOR pos;
Undocumented in source.
r
ubyte r;
Undocumented in source.
u
float u;
Undocumented in source.
v
float v;
Undocumented in source.

Meta