Module maplibre::render::resource::tracked_render_pass
source · Expand description
A render pass which allows tracking, for example using a tracing framework.
Structs§
- A [
RenderPass
], which tracks the current pipeline state to ensure all draw calls are valid. It is used to set the current [RenderPipeline
],BindGroups
and buffers. After all requirements are specified, draw calls can be issued.