diff options
author | 2021-04-12 23:07:58 -0700 | |
---|---|---|
committer | 2021-04-12 23:07:58 -0700 | |
commit | 0722d5e3ec307fd82a1cc76593d17d83cf828943 (patch) | |
tree | a77101fc3b316d7b1c8a6316aac03ec5d97a12c2 /wgpu/src/image.rs | |
parent | c719091c3d7b5f71899530437fde9b512bc2b0f3 (diff) | |
download | iced-0722d5e3ec307fd82a1cc76593d17d83cf828943.tar.gz iced-0722d5e3ec307fd82a1cc76593d17d83cf828943.tar.bz2 iced-0722d5e3ec307fd82a1cc76593d17d83cf828943.zip |
add temporary fix for image wgsl
Diffstat (limited to 'wgpu/src/image.rs')
-rw-r--r-- | wgpu/src/image.rs | 2 |
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, }, ], |