Upgrade wgpu
to 23.0
This commit is contained in:
parent
0d7ba1bba4
commit
09712a70df
2 changed files with 6 additions and 6 deletions
|
@ -218,13 +218,13 @@ impl Cache {
|
|||
layout: Some(pipeline_layout),
|
||||
vertex: VertexState {
|
||||
module: shader,
|
||||
entry_point: "vs_main",
|
||||
entry_point: Some("vs_main"),
|
||||
buffers: vertex_buffers,
|
||||
compilation_options: PipelineCompilationOptions::default(),
|
||||
},
|
||||
fragment: Some(FragmentState {
|
||||
module: shader,
|
||||
entry_point: "fs_main",
|
||||
entry_point: Some("fs_main"),
|
||||
targets: &[Some(ColorTargetState {
|
||||
format,
|
||||
blend: Some(BlendState::ALPHA_BLENDING),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue