Viewport.DebugDraw/debugDraw - multiple declarations

Function Viewport.debugDraw

The overlay mode for test rendered geometry in debug purposes.

Viewport.DebugDraw debugDraw() nothrow @property @nogc;

void debugDraw (
  long v
) nothrow @property @nogc;

Enum Viewport.DebugDraw

enum DebugDraw : int { ... }

Enum members

NameDescription
debugDrawDisabled Objects are displayed normally.
debugDrawOverdraw Objected are displayed semi-transparent with additive blending so you can see where they intersect.
debugDrawUnshaded Objects are displayed without light information.
debugDrawWireframe Objects are displayed in wireframe style.