base: cleanup

This commit is contained in:
luboslenco
2026-06-12 13:57:04 +02:00
parent d9ff242efe
commit 067f9d2cfe
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void ready() {
.constants = any_array_create_from_raw(
(void *[]){
GC_ALLOC_INIT(shader_const_t,
{.name = "WVP", .type = "mat4", .link = "_world_view_proj_matrix"}),
{.name = "WVP", .type = "float4x4", .link = "_world_view_proj_matrix"}),
},
1),
.texture_units = any_array_create_from_raw(
+1 -1
View File
@@ -110,7 +110,7 @@ void ready() {
.constants = any_array_create_from_raw(
(void *[]){
GC_ALLOC_INIT(shader_const_t,
{.name = "WVP", .type = "mat4", .link = "_world_view_proj_matrix"}),
{.name = "WVP", .type = "float4x4", .link = "_world_view_proj_matrix"}),
},
1),
.texture_units = any_array_create_from_raw(