You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[1. hello compute](standalone/01_hello_compute/)| Simplest example and shows how to run a compute shader on a given set of input data and get the results back. | Native-Only |
19
-
|[2. hello window](standalone/02_hello_window/)| Shows how to create a window and render into it. | Native-Only |
20
-
| --- | Special Examples | --- |
21
-
|[custom backend](standalone/custom_backend/)| Shows how to implement and use custom wgpu context | All |
19
+
|[2. hello window](standalone/02_hello_window/)| Shows how to create a window and render into it.| Native-Only |
20
+
| --- | Special Examples | ---|
21
+
|[custom backend](standalone/custom_backend/)| Shows how to implement and use custom wgpu context | All|
22
22
23
23
You can also use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to easily use these as a basis for your own projects.
0 commit comments