tagVERTEX2D

2D描画に使用する頂点データ型(DrawPrimitive2D用)

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

Members

Variables

dif
.COLOR_U8 dif;
Undocumented in source.
pos
.VECTOR pos;
Undocumented in source.
rhw
float rhw;
Undocumented in source.
u
float u;
Undocumented in source.
v
float v;
Undocumented in source.

Meta