mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 00:14:04 +00:00
all initNativeStub() methods throws LWJGLException
This commit is contained in:
parent
b7e4214a1a
commit
53bd9b660d
60 changed files with 167 additions and 69 deletions
|
|
@ -33,12 +33,14 @@ package org.lwjgl.opengl;
|
|||
|
||||
import java.nio.IntBuffer;
|
||||
|
||||
import org.lwjgl.LWJGLException;
|
||||
|
||||
public final class NVPointSprite {
|
||||
public static final int GL_POINT_SPRITE_NV = 0x8861;
|
||||
public static final int GL_COORD_REPLACE_NV = 0x8862;
|
||||
public static final int GL_POINT_SPRITE_R_MODE_NV = 0x8863;
|
||||
|
||||
static native void initNativeStubs();
|
||||
static native void initNativeStubs() throws LWJGLException;
|
||||
|
||||
public static native void glPointParameteriNV(int pname, int param);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue