mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 08:24:23 +00:00
Fixed ARBOcclusionuery and added NVFragmentProgram
This commit is contained in:
parent
8419f4a8c1
commit
68c1c23049
2 changed files with 102 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ public class ARBOcclusionQuery {
|
|||
|
||||
// ---------------------------
|
||||
public static void glGetQueryObjectiARB(int id, int pname, IntBuffer params) {
|
||||
nglGetQueryObjectiv(id, pname, params, params.position());
|
||||
nglGetQueryObjectivARB(id, pname, params, params.position());
|
||||
}
|
||||
|
||||
private static native void nglGetQueryObjectivARB(int id, int pname, IntBuffer params, int paramsOffset);
|
||||
|
|
@ -107,4 +107,4 @@ public class ARBOcclusionQuery {
|
|||
private static native void nglGetQueryObjectuivARB(int id, int pname, IntBuffer params, int paramsOffset);
|
||||
// ---------------------------
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue