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
13
namespace
TBUI
14
{
15
#pragma pack(push, 1)
16
struct
TBUIVertex
17
{
18
float
position
[2];
19
float
uv
[2];
20
Math::byte4u
color
;
21
};
22
#pragma pack(pop)
23
}
TBUI
Turbobadger UI Batch.
Definition
tbuibatch.h:18
scalar.h
Nebula's scalar datatype.
Math::byte4u
Definition
scalar.h:139
TBUI::TBUIVertex
Definition
tbuivertex.h:17
TBUI::TBUIVertex::uv
float uv[2]
Definition
tbuivertex.h:19
TBUI::TBUIVertex::color
Math::byte4u color
Definition
tbuivertex.h:20
TBUI::TBUIVertex::position
float position[2]
Definition
tbuivertex.h:18
code
addons
tbui
backend
tbuivertex.h
Generated on Tue Jan 28 2025 22:42:57 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.