Expand description

This module contains the SoftwareRenderer and related types.

Structs

  • This is a minimal adapter for a Window that doesn’t have any other feature than rendering using the software renderer.
  • A color whose component have been pre-multiplied by alpha
  • A 16bit pixel that has 5 red bits, 6 green bits and 5 blue bits
  • A Renderer that do the rendering in software

Traits