mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +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 ARBTextureBorderClamp
|
||||
public final class ARBTextureBorderClamp
|
||||
{
|
||||
public static final int GL_CLAMP_TO_BORDER_ARB = 0x812D;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue