Files
wgpu/examples/features/src/render_to_texture
2025-02-14 23:19:51 +00:00
..
2025-02-14 23:19:51 +00:00
2025-01-20 18:07:22 -05:00
2025-01-20 18:07:22 -05:00

render_to_texture

Similar to hello-triangle but instead of rendering to a window or canvas, renders to a texture that is then output as an image like the storage-texture example.

If all goes well, the end result should look familiarly like hello-triangle with its red triangle on a green background.

To Run

cargo run --bin wgpu-examples render_to_texture