Nebula
Loading...
Searching...
No Matches
tbuivertex.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
9//------------------------------------------------------------------------------
10
11#include "math/scalar.h"
12
13namespace TBUI
14{
15#pragma pack(push, 1)
17{
18 float position[2];
19 float uv[2];
21};
22#pragma pack(pop)
23}
Turbobadger UI Batch.
Definition tbuibatch.h:18
Nebula's scalar datatype.
Definition scalar.h:139
Definition tbuivertex.h:17
float uv[2]
Definition tbuivertex.h:19
Math::byte4u color
Definition tbuivertex.h:20
float position[2]
Definition tbuivertex.h:18