Fix DeferredShading demo

This commit is contained in:
Jérôme Leclercq
2021-10-20 23:50:39 +02:00
parent e84ec8e4ac
commit a18415216b
8 changed files with 85 additions and 62 deletions

View File

@@ -15,7 +15,7 @@ struct ViewerData
external
{
[set(0), binding(0)] viewerData: uniform<ViewerData>,
[set(1), binding(0)] colorTexture: sampler2D<f32>,
[set(0), binding(1)] colorTexture: sampler2D<f32>,
}
struct FragIn