Package org.lwjgl.util.remotery
Class RemoteryGL
java.lang.Object
org.lwjgl.util.remotery.RemoteryGL
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
nrmt_BeginOpenGLSample
(long name, long hash_cache) void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
static void
rmt_BeginOpenGLSample
(CharSequence name, @Nullable IntBuffer hash_cache) void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
static void
rmt_BeginOpenGLSample
(ByteBuffer name, @Nullable IntBuffer hash_cache) void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
static void
void rmt_BindOpenGL(void)
static void
void rmt_EndOpenGLSample(void)
static void
void rmt_UnbindOpenGL(void)
-
Method Details
-
rmt_BindOpenGL
public static void rmt_BindOpenGL()void rmt_BindOpenGL(void)
-
rmt_UnbindOpenGL
public static void rmt_UnbindOpenGL()void rmt_UnbindOpenGL(void)
-
nrmt_BeginOpenGLSample
public static void nrmt_BeginOpenGLSample(long name, long hash_cache) void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_BeginOpenGLSample
void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_BeginOpenGLSample
void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_EndOpenGLSample
public static void rmt_EndOpenGLSample()void rmt_EndOpenGLSample(void)
-