Class RemoteryGL

java.lang.Object
org.lwjgl.util.remotery.RemoteryGL

public class RemoteryGL extends Object
  • 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

      public static void rmt_BeginOpenGLSample(ByteBuffer name, @Nullable IntBuffer hash_cache)
      void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
    • rmt_BeginOpenGLSample

      public static void rmt_BeginOpenGLSample(CharSequence name, @Nullable IntBuffer hash_cache)
      void rmt_BeginOpenGLSample(rmtPStr name, rmtU32 * hash_cache)
    • rmt_EndOpenGLSample

      public static void rmt_EndOpenGLSample()
      void rmt_EndOpenGLSample(void)