diff options
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, }; |