Skip to main content

Module surface

Module surface 

Source
Expand description

RenderSurface — the per-window rendering target.

Chrome: viz::OutputSurface / cc::OutputSurface.

A RenderSurface is created once per OS window by the Renderer. It owns the GPU swap chain for that window and renders one frame at a time.

Structs§

RenderParams
Everything the renderer needs to produce one frame of pixels.

Traits§

RenderSurface
A per-window GPU rendering target.