add temporary fix for image wgsl
This commit is contained in:
parent
c719091c3d
commit
0722d5e3ec
4 changed files with 11 additions and 9 deletions
|
|
@ -183,7 +183,7 @@ impl Pipeline {
|
|||
},
|
||||
wgpu::VertexAttribute {
|
||||
shader_location: 5,
|
||||
format: wgpu::VertexFormat::Uint32,
|
||||
format: wgpu::VertexFormat::Sint32,
|
||||
offset: 4 * 8,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue