mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 16:34:03 +00:00
Fixed generator to not include checkALerror.h
This commit is contained in:
parent
200ed3792a
commit
523a5c6fc2
122 changed files with 300 additions and 197 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
package org.lwjgl.opengl;
|
||||
|
||||
import org.lwjgl.LWJGLException;
|
||||
import org.lwjgl.BufferChecks;
|
||||
import java.nio.*;
|
||||
|
||||
public final class ARBFragmentShader {
|
||||
public static final int GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8b8b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue