Fix typo in integration example
This commit is contained in:
parent
d7975a9de5
commit
f3916decf2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ pub fn main() {
|
||||||
(
|
(
|
||||||
adapter
|
adapter
|
||||||
.get_swap_chain_preferred_format(&surface)
|
.get_swap_chain_preferred_format(&surface)
|
||||||
.expect("Preffered format"),
|
.expect("Get preferred format"),
|
||||||
adapter
|
adapter
|
||||||
.request_device(
|
.request_device(
|
||||||
&wgpu::DeviceDescriptor {
|
&wgpu::DeviceDescriptor {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue