Package org.lwjgl.util.remotery
Class RemoteryMetal
- java.lang.Object
-
- org.lwjgl.util.remotery.RemoteryMetal
-
public class RemoteryMetal extends java.lang.ObjectRemotery profiling for OpenGL.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnrmt_BeginMetalSample(long name, long hash_cache)static voidnrmt_BindMetal(long command_buffer)static voidrmt_BeginMetalSample(java.lang.CharSequence name, java.nio.IntBuffer hash_cache)static voidrmt_BeginMetalSample(java.nio.ByteBuffer name, java.nio.IntBuffer hash_cache)static voidrmt_BindMetal(long command_buffer)static voidrmt_EndMetalSample()static voidrmt_UnbindMetal()
-
-
-
Method Detail
-
nrmt_BindMetal
public static void nrmt_BindMetal(long command_buffer)
-
rmt_BindMetal
public static void rmt_BindMetal(long command_buffer)
-
rmt_UnbindMetal
public static void rmt_UnbindMetal()
-
nrmt_BeginMetalSample
public static void nrmt_BeginMetalSample(long name, long hash_cache)
-
rmt_BeginMetalSample
public static void rmt_BeginMetalSample(java.nio.ByteBuffer name, @Nullable java.nio.IntBuffer hash_cache)
-
rmt_BeginMetalSample
public static void rmt_BeginMetalSample(java.lang.CharSequence name, @Nullable java.nio.IntBuffer hash_cache)
-
rmt_EndMetalSample
public static void rmt_EndMetalSample()
-
-