add temporary fix for image wgsl

This commit is contained in:
Dispersia 2021-04-12 23:07:58 -07:00
parent c719091c3d
commit 0722d5e3ec
4 changed files with 11 additions and 9 deletions

View file

@ -183,7 +183,7 @@ impl Pipeline {
},
wgpu::VertexAttribute {
shader_location: 5,
format: wgpu::VertexFormat::Uint32,
format: wgpu::VertexFormat::Sint32,
offset: 4 * 8,
},
],