Expand description
A render pass which allows tracking, for example using a tracing framework.
Structsยง
- Tracked
Render Pass - A [
RenderPass], which tracks the current pipeline state to ensure all draw calls are valid. It is used to set the current [RenderPipeline],BindGroupsand buffers. After all requirements are specified, draw calls can be issued.