mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Added missing GL14 functions
This commit is contained in:
parent
9b929c0cf3
commit
136168f917
3 changed files with 36 additions and 8 deletions
|
|
@ -86,6 +86,8 @@ public abstract class GL14 extends GL13 {
|
|||
public static final int GL_MAX_TEXTURE_LOD_BIAS = 0x84FD;
|
||||
public static final int GL_GL_MIRRORED_REPEAT = 0x8370;
|
||||
|
||||
public static native void glBlendEquation(int mode);
|
||||
public static native void glBlendColor(float red, float green, float blue, float alpha);
|
||||
public static native void glFogCoordf(float coord);
|
||||
public static void glFogCoordPointer(int stride, FloatBuffer data) {
|
||||
BufferChecks.ensureArrayVBOdisabled();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue