Update wgpu to 0.20.1
This commit is contained in:
parent
fed9c8d19b
commit
aed9a03e3c
9 changed files with 40 additions and 2 deletions
|
|
@ -152,11 +152,15 @@ impl Pipeline {
|
|||
9 => Float32
|
||||
),
|
||||
}],
|
||||
compilation_options:
|
||||
wgpu::PipelineCompilationOptions::default(),
|
||||
},
|
||||
fragment: Some(wgpu::FragmentState {
|
||||
module: &shader,
|
||||
entry_point: "gradient_fs_main",
|
||||
targets: &quad::color_target_state(format),
|
||||
compilation_options:
|
||||
wgpu::PipelineCompilationOptions::default(),
|
||||
}),
|
||||
primitive: wgpu::PrimitiveState {
|
||||
topology: wgpu::PrimitiveTopology::TriangleList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue