Function Viewport.renderDirectToScreen

If true, renders the Viewport directly to the screen instead of to the root viewport. Only available in GLES2. This is a low-level optimization and should not be used in most cases. If used, reading from the Viewport or from SCREEN_TEXTURE becomes unavailable. For more information see VisualServer.viewportSetRenderDirectToScreen.

bool renderDirectToScreen() nothrow @property @nogc;

void renderDirectToScreen (
  bool v
) nothrow @property @nogc;