aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/render_commands.rs
Commit message (Collapse)AuthorAgeFilesLines
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-041-0/+151
* Update wgpu and revamp RenderPass * Set good expectations * Set one bad expectation * send_render_command * small fixups * docs * doc * Put RenderPass inside PassState * Use Pass enum for ComputePass too * fix docs