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
BlendFunctions.DrawItem hold logic to draw things onto aRenderer.Layers contain a queue ofDrawItemto ensure a particular draw order.Renderer defines the API for a sola game engine renderer.SoftwareRenderer is aRendererimplementation that draws on an in memory array of pixels using the CPU.