Initial commit
This commit is contained in:
9
renderer/vertex.jai
Normal file
9
renderer/vertex.jai
Normal file
@@ -0,0 +1,9 @@
|
||||
Textured_Vert :: struct {
|
||||
position: Vector2;
|
||||
texcoord: Vector2;
|
||||
}
|
||||
|
||||
Textured_Vert_3D :: struct {
|
||||
position: Vector3;
|
||||
texcoord: Vector2;
|
||||
}
|
||||
Reference in New Issue
Block a user