mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-17 12:24:07 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -43,7 +43,7 @@ import java.nio.Buffer;
|
|||
import java.nio.FloatBuffer;
|
||||
import java.nio.IntBuffer;
|
||||
|
||||
public class NVEvaluators {
|
||||
public final class NVEvaluators {
|
||||
public static final int GL_EVAL_2D_NV = 0x86C0;
|
||||
public static final int GL_EVAL_TRIANGULAR_2D_NV = 0x86C1;
|
||||
public static final int GL_MAP_TESSELLATION_NV = 0x86C2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue