struct render::RendererViewContext

Contains information about the current state of a particular renderer view.

This will be updated during rendering of a single frame.

Public

Fields

CurrentTarget

SPtr<RenderTarget> CurrentTarget

Current target the view is rendering to.

CommandBuffer

SPtr<GpuCommandBuffer> CommandBuffer

Command buffer that's currently being recorded.