mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Added private constructors to OpenAL and OpenGL static classes
This commit is contained in:
parent
c46ad444ea
commit
5966d7b6b6
108 changed files with 336 additions and 105 deletions
|
|
@ -50,6 +50,9 @@ public final class ATIVertexArrayObject {
|
|||
public static final int GL_ARRAY_OBJECT_BUFFER_ATI = 0x8766;
|
||||
public static final int GL_ARRAY_OBJECT_OFFSET_ATI = 0x8767;
|
||||
|
||||
private ATIVertexArrayObject() {
|
||||
}
|
||||
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static int glNewObjectBufferATI(int size, ByteBuffer pPointer, int usage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue