mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-20 05:44:03 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -36,7 +36,7 @@ package org.lwjgl.opengl;
|
|||
* Insert the type's description here.
|
||||
* Creation date: (29/06/2000 00:45:10)
|
||||
*/
|
||||
public class EXTBlendFuncSeparate {
|
||||
public final class EXTBlendFuncSeparate {
|
||||
public static final int GL_BLEND_DST_RGB_EXT = 0x80C8;
|
||||
public static final int GL_BLEND_SRC_RGB_EXT = 0x80C9;
|
||||
public static final int GL_BLEND_DST_ALPHA_EXT = 0x80CA;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue