Fix TextureViewDimension for image
wgpu validation helped to find this long standing type error
This commit is contained in:
parent
bd6b8304bd
commit
1fb60c5dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ impl Pipeline {
|
||||||
sample_type: wgpu::TextureSampleType::Float {
|
sample_type: wgpu::TextureSampleType::Float {
|
||||||
filterable: false,
|
filterable: false,
|
||||||
},
|
},
|
||||||
view_dimension: wgpu::TextureViewDimension::D2,
|
view_dimension: wgpu::TextureViewDimension::D2Array,
|
||||||
multisampled: false,
|
multisampled: false,
|
||||||
},
|
},
|
||||||
count: None,
|
count: None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue