From c3737fff1be704e14a2bada69bbf8a6709c5f670 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Wed, 17 Jul 2024 23:12:42 +1000 Subject: wip shader layouts for common stuff --- src/maths/primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths') diff --git a/src/maths/primitives.c b/src/maths/primitives.c index e74afcb..04977a6 100644 --- a/src/maths/primitives.c +++ b/src/maths/primitives.c @@ -62,7 +62,7 @@ static const Vec3 FRONT_BOT_RIGHT = (Vec3){ 1, 0, 1 }; static const Vec3 FRONT_TOP_LEFT = (Vec3){ 0, 1, 1 }; static const Vec3 FRONT_TOP_RIGHT = (Vec3){ 1, 1, 1 }; -Geometry geo_create_cuboid(f32x3 extents) { +Geometry Geo_CreateCuboid(f32x3 extents) { Vertex_darray* vertices = Vertex_darray_new(36); // back faces -- cgit v1.2.3-70-g09d2