org.rajawali3d.debug / DebugRenderer

DebugRenderer

abstract class DebugRenderer : Renderer
abstract class DebugRenderer : Renderer

Special Debugging enabled Renderer. By extending this class for your renderer rather than Renderer, whatever debugging configuration you have specified will be automatically applied. In particular, if you enable GL error checks for every GL call, it will provide you with the exact call which failed. You should use this renderer if you see unexpected results in rendering to confirm if it is a GL error or something else.

Author
Jared Woolston (jwoolston@tenkiv.com)