GLRENDER: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(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}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:_GLRENDER}} | {{DISPLAYTITLE:_GLRENDER}} | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: | : [[_GLRENDER]] {{Parameter|mode}} | ||
{{PageParameters}} | {{PageParameters}} | ||
Mode can be: | Mode can be: | ||
* _BEHIND - renders OpenGL context behind the software rendering | * _BEHIND - renders OpenGL context behind the software rendering | ||
Line 13: | Line 13: | ||
{{PageSeeAlso}} | |||
* [[Hardware images]] | * [[Hardware images]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 00:39, 29 January 2023
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