Rename custom_backend example

This commit is contained in:
Connor Fitzgerald 2025-03-04 17:56:10 -05:00 committed by Erich Gubler
parent a48387756c
commit f109a6966a
4 changed files with 5 additions and 3 deletions

View File

@ -14,9 +14,11 @@ be cloned out of the repository to serve as a starting point for your own projec
| Name | Description | Platforms | | Name | Description | Platforms |
|--------|-------------|-----------| |--------|-------------|-----------|
| [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 | | --- | Introductory Examples | --- |
| [hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only | | [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 |
| [custom backend](standalone/03_custom_backend/) | Shows how to implement and use custom wgpu context | Any | | [2. hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only |
| --- | Special Examples | --- |
| [custom backend](standalone/custom_backend/) | Shows how to implement and use custom wgpu context | All |
You can also use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to easily use these as a basis for your own projects. You can also use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to easily use these as a basis for your own projects.