idk
This commit is contained in:
parent
8fa8c752ed
commit
84de74e7c2
3 changed files with 151 additions and 3 deletions
|
@ -189,7 +189,7 @@ impl winit::application::ApplicationHandler for Application {
|
|||
right: 600,
|
||||
bottom: 160,
|
||||
},
|
||||
default_color: Color::rgb(255, 255, 255),
|
||||
default_color: Color::rgb(0, 0, 0),
|
||||
}],
|
||||
swash_cache,
|
||||
)
|
||||
|
@ -205,7 +205,7 @@ impl winit::application::ApplicationHandler for Application {
|
|||
view: &view,
|
||||
resolve_target: None,
|
||||
ops: Operations {
|
||||
load: LoadOp::Clear(wgpu::Color::BLACK),
|
||||
load: LoadOp::Clear(wgpu::Color::WHITE),
|
||||
store: wgpu::StoreOp::Store,
|
||||
},
|
||||
})],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue