18 lines
212 B
C
18 lines
212 B
C
struct Gui {
|
|
vec4 offset;
|
|
vec4 color;
|
|
|
|
int mode;
|
|
float depth;
|
|
float padding1;
|
|
float padding2;
|
|
};
|
|
|
|
struct Glyph {
|
|
vec4 stroke;
|
|
|
|
int spread;
|
|
float weight;
|
|
float scale;
|
|
float padding;
|
|
}; |