Update shaders for new NZSL version

This commit is contained in:
SirLynix 2022-11-19 21:39:02 +01:00
parent 85b7e06ae8
commit 0fd7314deb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import ViewerData from Engine.ViewerData;
external
{
[binding(0)] viewerData: uniform[ViewerData],
[binding(1)] skybox: samplerCube[f32]
[binding(1)] skybox: sampler_cube[f32]
}
struct VertOut