mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-29 09:34:47 +02:00
no message
This commit is contained in:
parent
6c21913ef8
commit
e136ebe9ed
|
|
@ -50,7 +50,7 @@ class ARBProgram {
|
|||
/*
|
||||
* Accepted by the <format> parameter of ProgramStringARB:
|
||||
*/
|
||||
public final static int GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875;
|
||||
public static final int GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875;
|
||||
|
||||
/*
|
||||
* Accepted by the <pname> parameter of GetProgramivARB:
|
||||
|
|
@ -178,7 +178,7 @@ class ARBProgram {
|
|||
throw new BufferUnderflowException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ---------------------------
|
||||
public static void glProgramEnvParameterARB(int target, int index, FloatBuffer params) {
|
||||
checkProgramEnv(index, params);
|
||||
|
|
|
|||
Loading…
Reference in a new issue