From 01d598220b403f4ac4da3b7aa1f0ce398be3198f Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Thu, 18 Jul 2024 23:10:11 +1000 Subject: skybox works --- src/new_render/skybox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/new_render/skybox.h') diff --git a/src/new_render/skybox.h b/src/new_render/skybox.h index bf70976..71262fd 100644 --- a/src/new_render/skybox.h +++ b/src/new_render/skybox.h @@ -27,7 +27,7 @@ static ShaderDataLayout Skybox_GetLayout(void* data) { bool has_data = data != NULL; ShaderBinding b1 = { - .label = "cubemap", + .label = "cubeMap", .vis = VISIBILITY_FRAGMENT, .kind = BINDING_TEXTURE, }; -- cgit v1.2.3-70-g09d2