mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
added glXAllocateMemoryNV/glXFreeMemoryNV
This commit is contained in:
parent
66b0bfb18f
commit
c0bc4b1899
3 changed files with 51 additions and 4 deletions
|
|
@ -1299,6 +1299,14 @@ public class GL extends CoreGL implements GLConstants {
|
|||
|
||||
public native void weightusvARB(int size, int psWeights);
|
||||
|
||||
public static native int glXAllocateMemoryNV(
|
||||
int size,
|
||||
float readFrequency,
|
||||
float writeFrequency,
|
||||
float priority);
|
||||
|
||||
public static native void glXFreeMemoryNV(int pointer);
|
||||
|
||||
// #ifdef _WIN32
|
||||
|
||||
public static native int wglAllocateMemoryNV(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue