public class RemoteryMetal
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
nrmt_BeginMetalSample(long name,
long hash_cache) |
static void |
nrmt_BindMetal(long command_buffer) |
static void |
rmt_BeginMetalSample(java.nio.ByteBuffer name,
java.nio.IntBuffer hash_cache) |
static void |
rmt_BeginMetalSample(java.lang.CharSequence name,
java.nio.IntBuffer hash_cache) |
static void |
rmt_BindMetal(long command_buffer) |
static void |
rmt_EndMetalSample() |
static void |
rmt_UnbindMetal() |
public static void nrmt_BindMetal(long command_buffer)
public static void rmt_BindMetal(long command_buffer)
public static void rmt_UnbindMetal()
public static void nrmt_BeginMetalSample(long name,
long hash_cache)
public static void rmt_BeginMetalSample(java.nio.ByteBuffer name,
@Nullable
java.nio.IntBuffer hash_cache)
public static void rmt_BeginMetalSample(java.lang.CharSequence name,
@Nullable
java.nio.IntBuffer hash_cache)
public static void rmt_EndMetalSample()
Copyright LWJGL. All Rights Reserved. License terms.