mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
package org.lwjgl.opengl;
|
||||
|
||||
public class ARBFragmentProgram extends ARBProgram {
|
||||
public final class ARBFragmentProgram extends ARBProgram {
|
||||
|
||||
/*
|
||||
* Accepted by the <cap> parameter of Disable, Enable, and IsEnabled, by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue