public class RemoteryGL
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
nrmt_BeginOpenGLSample(long name,
long hash_cache) |
static void |
rmt_BeginOpenGLSample(java.nio.ByteBuffer name,
java.nio.IntBuffer hash_cache) |
static void |
rmt_BeginOpenGLSample(java.lang.CharSequence name,
java.nio.IntBuffer hash_cache) |
static void |
rmt_BindOpenGL() |
static void |
rmt_EndOpenGLSample() |
static void |
rmt_UnbindOpenGL() |
public static void rmt_BindOpenGL()
public static void rmt_UnbindOpenGL()
public static void nrmt_BeginOpenGLSample(long name,
long hash_cache)
public static void rmt_BeginOpenGLSample(java.nio.ByteBuffer name,
@Nullable
java.nio.IntBuffer hash_cache)
public static void rmt_BeginOpenGLSample(java.lang.CharSequence name,
@Nullable
java.nio.IntBuffer hash_cache)
public static void rmt_EndOpenGLSample()
Copyright LWJGL. All Rights Reserved. License terms.