mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
3adebcb2dd41518aa5b7796801f0b0e1e71e228b
527: Expose debug marker/groups for ComputePass and Encoder r=kvark a=Wumpf Added uses of them to the examples to make sure everything compiles & works. Marker on compute examples are arguably a bit awkward since they are so trivial. On the shadow example however it is a delight when inspected in RenderDoc! (and it will do wonders to my project which can run into situations with literally thousands of compute dispatches per frame 😅 ) RenderDoc, boids example:  RenderDoc, shadow example:  Co-authored-by: Andreas Reich <r_andreas2@web.de>
Description
No description provided
Languages
Rust
79.9%
WGSL
16.2%
HLSL
2%
GLSL
1.7%
JavaScript
0.2%