mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Moved loaded_stubs from GLContext to ContextCapabilities
This commit is contained in:
parent
94a8c16bb9
commit
1310678934
4 changed files with 21 additions and 12 deletions
|
|
@ -1862,6 +1862,7 @@ public class ContextCapabilities {
|
|||
(NV_vertex_program_glExecuteProgramNV_pointer = GLContext.getFunctionAddress("glExecuteProgramNV")) != 0;
|
||||
}
|
||||
|
||||
|
||||
private Set initAllStubs() throws LWJGLException {
|
||||
if (!GL11_initNativeFunctionAddresses())
|
||||
throw new LWJGLException("GL11 not supported");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue