Replies: 3 comments 8 replies
|
But why do you need to explicitly purge it? The caches will be purged when the device is destroyed. |
0 replies
|
The OpenGL contexts recreated when window got resized,new float preview window opens, etc. |
7 replies
|
I renamed |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When initializing the Engine by Attaching to Existing OpenGL/GLES Context.
And working with mutiple GL contexts.
We need a way to purge engine's internal VAO and FBO cache of one specific GL context,
when that context is about to be destroyed.
All reactions