Module technology.sola.engine
Package technology.sola.engine.graphics.renderer
package technology.sola.engine.graphics.renderer
This packages provides the definition of the sola-game-engine
Renderer
and a default software based implementation.-
ClassDescriptionBlendMode is an enum of several prebuilt
BlendFunction
s.DrawItem hold logic to draw things onto aRenderer
.Layers contain a queue ofDrawItem
to ensure a particular draw order.Renderer defines the API for a sola game engine renderer.SoftwareRenderer is aRenderer
implementation that draws on an in memory array of pixels using the CPU.