Package org.lwjgl.util.remotery
Class RemoteryGL
- java.lang.Object
-
- org.lwjgl.util.remotery.RemoteryGL
-
public class RemoteryGL extends java.lang.Object
Remotery profiling for OpenGL.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
nrmt_BeginOpenGLSample(long name, long hash_cache)
static void
rmt_BeginOpenGLSample(java.lang.CharSequence name, java.nio.IntBuffer hash_cache)
static void
rmt_BeginOpenGLSample(java.nio.ByteBuffer name, java.nio.IntBuffer hash_cache)
static void
rmt_BindOpenGL()
static void
rmt_EndOpenGLSample()
static void
rmt_UnbindOpenGL()
-
-
-
Method Detail
-
rmt_BindOpenGL
public static void rmt_BindOpenGL()
-
rmt_UnbindOpenGL
public static void rmt_UnbindOpenGL()
-
nrmt_BeginOpenGLSample
public static void nrmt_BeginOpenGLSample(long name, long hash_cache)
-
rmt_BeginOpenGLSample
public static void rmt_BeginOpenGLSample(java.nio.ByteBuffer name, @Nullable java.nio.IntBuffer hash_cache)
-
rmt_BeginOpenGLSample
public static void rmt_BeginOpenGLSample(java.lang.CharSequence name, @Nullable java.nio.IntBuffer hash_cache)
-
rmt_EndOpenGLSample
public static void rmt_EndOpenGLSample()
-
-