mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
all initNativeStub() methods throws LWJGLException
This commit is contained in:
parent
b7e4214a1a
commit
53bd9b660d
60 changed files with 167 additions and 69 deletions
|
|
@ -33,13 +33,15 @@ package org.lwjgl.opengl;
|
|||
|
||||
import java.nio.FloatBuffer;
|
||||
|
||||
import org.lwjgl.LWJGLException;
|
||||
|
||||
public final class ARBPointParameters {
|
||||
public static final int GL_POINT_SIZE_MIN_ARB = 0x8126;
|
||||
public static final int GL_POINT_SIZE_MAX_ARB = 0x8127;
|
||||
public static final int GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128;
|
||||
public static final int GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129;
|
||||
|
||||
static native void initNativeStubs();
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static native void glPointParameterfARB(int pname, float param);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue