9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
Textured_Vert :: struct {
|
|
position: Vector2;
|
|
texcoord: Vector2;
|
|
}
|
|
|
|
Textured_Vert_3D :: struct {
|
|
position: Vector3;
|
|
texcoord: Vector2;
|
|
} |