Module webrender::composite

source ·

Structs

Enums

Traits

  • Defines an interface to a native (OS level) compositor. If supplied by the client application, then picture cache slices will be composited by the OS compositor, rather than drawn via WR batches.
  • A Compositor variant that supports mapping tiles into CPU memory.
  • Defines an interface to a non-native (application-level) Compositor which handles partial present. This is required if webrender must query the backbuffer’s age. TODO: Use the Compositor trait for native and non-native compositors, and integrate this functionality there.

Functions

Type Aliases