_GLRENDER

From QB64 Wiki
Revision as of 16:54, 1 September 2017 by imported>SMcNeill
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Syntax

_GLRENDER mode


Parameters

Mode can be:

  • _BEHIND - renders OpenGL context behind the software rendering
  • _ONTOP - renders OpenGL context on the top of the software rendering [default]
  • _ONLY - renders OpenGL context only


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page