mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +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,7 +32,6 @@
|
|||
package org.lwjgl.opengl;
|
||||
|
||||
public final class ARBDepthTexture {
|
||||
|
||||
/*
|
||||
* Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
|
||||
* CopyTexImage1D and CopyTexImage2D:
|
||||
|
|
@ -53,4 +52,6 @@ public final class ARBDepthTexture {
|
|||
*/
|
||||
public static final int GL_DEPTH_TEXTURE_MODE_ARB = 0x884B;
|
||||
|
||||
private ARBDepthTexture() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue