Trait re_renderer::renderer::DrawData
source · pub trait DrawData {
type Renderer: Renderer<RendererDrawData = Self> + Send + Sync;
}
Expand description
GPU sided data used by a Renderer
to draw things to the screen.
Valid only for the frame in which it was created (typically uses temp allocations!).