mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Removed makeContexCurrent and releaseContext
This commit is contained in:
parent
2d3d8585b6
commit
b705ea51d0
4 changed files with 0 additions and 71 deletions
|
|
@ -169,15 +169,4 @@ public class BaseGL extends Window {
|
|||
* Natively destroy any GL-related stuff
|
||||
*/
|
||||
private native void nDestroyGL();
|
||||
|
||||
/**
|
||||
* Make the GL context current to the current thread
|
||||
*/
|
||||
public native void makeContextCurrent();
|
||||
|
||||
/**
|
||||
* Release the GL context
|
||||
*/
|
||||
public native void releaseContext();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue