diff options
author | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-18 23:10:11 +1000 |
---|---|---|
committer | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-18 23:10:11 +1000 |
commit | 01d598220b403f4ac4da3b7aa1f0ce398be3198f (patch) | |
tree | 1408b120506f29d3a2d6b3b29a0c91fc1b1371eb /src/new_render/skybox.h | |
parent | 544aac70015b6b075b172c42dd2d90dee3d029c0 (diff) |
skybox works
Diffstat (limited to 'src/new_render/skybox.h')
-rw-r--r-- | src/new_render/skybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, }; |