_GLRENDER

From QB64 Phoenix Edition Wiki
Revision as of 06:08, 1 May 2022 by SMcNeill (talk | contribs) (Created page with "{{DISPLAYTITLE:_GLRENDER}} {{PageSyntax}} :'''_GLRENDER '''''mode'' {{PageParameters}} 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:'' * Hardware images {{PageNavigation}}")
(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:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link