in tutorial2 added missing adapter in constructor

pull/11/head
Adam Nemecek 4 years ago
parent 077f1b740e
commit 9e204b8a95

@ -95,6 +95,7 @@ At the end of the method, we simply return the resulting struct.
```rust
Self {
surface,
adapter,
device,
queue,
sc_desc,

Loading…
Cancel
Save