mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
package org.lwjgl.opengl;
|
||||
|
||||
public class ARBDepthTexture {
|
||||
public final class ARBDepthTexture {
|
||||
public static final int GL_DEPTH_COMPONENT16_ARB = 0x81A5;
|
||||
public static final int GL_DEPTH_COMPONENT24_ARB = 0x81A6;
|
||||
public static final int GL_DEPTH_COMPONENT32_ARB = 0x81A7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue