10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
Textured_Vert :: struct {
|
|
position: Vector2;
|
|
texcoord: Vector2;
|
|
color: Vector4;
|
|
}
|
|
|
|
Textured_Vert_3D :: struct {
|
|
position: Vector3;
|
|
texcoord: Vector2;
|
|
} |