Package org.lwjgl.util.remotery
Class RemoteryMetal
java.lang.Object
org.lwjgl.util.remotery.RemoteryMetal
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
nrmt_BeginMetalSample
(long name, long hash_cache) void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
static void
nrmt_BindMetal
(long command_buffer) void rmt_BindMetal(id command_buffer)
static void
rmt_BeginMetalSample
(CharSequence name, @Nullable IntBuffer hash_cache) void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
static void
rmt_BeginMetalSample
(ByteBuffer name, @Nullable IntBuffer hash_cache) void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
static void
rmt_BindMetal
(long command_buffer) void rmt_BindMetal(id command_buffer)
static void
void rmt_EndMetalSample(void)
static void
void rmt_UnbindMetal(void)
-
Method Details
-
nrmt_BindMetal
public static void nrmt_BindMetal(long command_buffer) void rmt_BindMetal(id command_buffer)
-
rmt_BindMetal
public static void rmt_BindMetal(long command_buffer) void rmt_BindMetal(id command_buffer)
-
rmt_UnbindMetal
public static void rmt_UnbindMetal()void rmt_UnbindMetal(void)
-
nrmt_BeginMetalSample
public static void nrmt_BeginMetalSample(long name, long hash_cache) void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_BeginMetalSample
void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_BeginMetalSample
void rmt_BeginMetalSample(rmtPStr name, rmtU32 * hash_cache)
-
rmt_EndMetalSample
public static void rmt_EndMetalSample()void rmt_EndMetalSample(void)
-