summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/image.rs')
-rw-r--r--wgpu/src/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/image.rs b/wgpu/src/image.rs
index 713af209..45b63701 100644
--- a/wgpu/src/image.rs
+++ b/wgpu/src/image.rs
@@ -183,7 +183,7 @@ impl Pipeline {
},
wgpu::VertexAttribute {
shader_location: 5,
- format: wgpu::VertexFormat::Uint32,
+ format: wgpu::VertexFormat::Sint32,
offset: 4 * 8,
},
],