1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 18:55:13 +00:00
qb64/internal/help/_GLRENDER.md

16 lines
300 B
Markdown
Raw Normal View History

## 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
* [Hardware images](Hardware-images)