mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
The BIG LWJGL REFACTORING
This commit is contained in:
parent
84cc336d9d
commit
6917a1e1de
12 changed files with 119 additions and 51 deletions
|
|
@ -47,6 +47,13 @@ public class ARBPointParameters {
|
|||
public static final int GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128;
|
||||
public static final int GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129;
|
||||
|
||||
static {
|
||||
BufferChecks.putGetMap(GL_POINT_SIZE_MIN_ARB, 1);
|
||||
BufferChecks.putGetMap(GL_POINT_SIZE_MAX_ARB, 1);
|
||||
BufferChecks.putGetMap(GL_POINT_FADE_THRESHOLD_SIZE_ARB, 1);
|
||||
BufferChecks.putGetMap(GL_POINT_DISTANCE_ATTENUATION_ARB, 3);
|
||||
}
|
||||
|
||||
public static native void glPointParameterfARB(int pname, float param);
|
||||
|
||||
public static void glPointParameterARB(int pname, FloatBuffer pfParams) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue