mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +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
|
|
@ -32,11 +32,12 @@
|
|||
package org.lwjgl.opengl;
|
||||
|
||||
public final class NVVertexProgram3 {
|
||||
|
||||
/*
|
||||
* Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
|
||||
* GetFloatv, and GetDoublev:
|
||||
*/
|
||||
public static final int GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 0x8B4C;
|
||||
|
||||
}
|
||||
private NVVertexProgram3() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue