09-21-2024, 02:27 PM
Well, now I know it in conjunction between the different speeds of software vs. hardware layers. Not a big surprise TBH, but how fast is the opengl layer compared to both and what happens when I code:
_DISPLAYORDER _SOFTWARE, _GLRENDER
_GLRENDER _BEHIND
so _DISPLAYORDER makes the software layer the 1st and the gl layer the 2nd, hence the gl layer shall be ON TOP off the sofware layer.
But _GLRENDER instead says render the gl layer behind the software layer, so what has precedence?
The last called or what?
_DISPLAYORDER _SOFTWARE, _GLRENDER
_GLRENDER _BEHIND
so _DISPLAYORDER makes the software layer the 1st and the gl layer the 2nd, hence the gl layer shall be ON TOP off the sofware layer.
But _GLRENDER instead says render the gl layer behind the software layer, so what has precedence?
The last called or what?
GuiTools, Blankers & other Projects:
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23