A C G I L M N O P R S V _ 

A

ALIGNOF - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct alignment in bytes.

C

callback(long) - Method in interface org.lwjgl.util.remotery.RMTFreeI
 
callback(long) - Method in interface org.lwjgl.util.remotery.RMTInputHandlerI
 
callback(long) - Method in interface org.lwjgl.util.remotery.RMTMallocI
 
callback(long) - Method in interface org.lwjgl.util.remotery.RMTReallocI
 
calloc() - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated with memCalloc.
callocStack() - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated on the specified MemoryStack and initializes all its bits to zero.
create() - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated with BufferUtils.
create(long) - Static method in class org.lwjgl.util.remotery.RMTFree
Creates a RMTFree instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
Creates a RMTInputHandler instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.util.remotery.RMTMalloc
Creates a RMTMalloc instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.util.remotery.RMTRealloc
Creates a RMTRealloc instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance for the specified memory address.
create(RMTFreeI) - Static method in class org.lwjgl.util.remotery.RMTFree
Creates a RMTFree instance that delegates to the specified RMTFreeI instance.
create(RMTInputHandlerI) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
Creates a RMTInputHandler instance that delegates to the specified RMTInputHandlerI instance.
create(RMTMallocI) - Static method in class org.lwjgl.util.remotery.RMTMalloc
Creates a RMTMalloc instance that delegates to the specified RMTMallocI instance.
create(RMTReallocI) - Static method in class org.lwjgl.util.remotery.RMTRealloc
Creates a RMTRealloc instance that delegates to the specified RMTReallocI instance.
createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTFree
Like create, but returns null if functionPointer is NULL.
createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
Like create, but returns null if functionPointer is NULL.
createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTMalloc
Like create, but returns null if functionPointer is NULL.
createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTRealloc
Like create, but returns null if functionPointer is NULL.
createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Like create, but returns null if address is NULL.

G

getSignature() - Method in interface org.lwjgl.util.remotery.RMTFreeI
 
getSignature() - Method in interface org.lwjgl.util.remotery.RMTInputHandlerI
 
getSignature() - Method in interface org.lwjgl.util.remotery.RMTMallocI
 
getSignature() - Method in interface org.lwjgl.util.remotery.RMTReallocI
 

I

input_handler() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the input_handler field.
input_handler(RMTInputHandlerI) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the input_handler field.
INPUT_HANDLER - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
input_handler_context() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the input_handler_context field.
input_handler_context(long) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the input_handler_context field.
INPUT_HANDLER_CONTEXT - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
invoke(long, int) - Method in interface org.lwjgl.util.remotery.RMTMallocI
 
invoke(long, long) - Method in interface org.lwjgl.util.remotery.RMTFreeI
 
invoke(long, long) - Method in interface org.lwjgl.util.remotery.RMTInputHandlerI
 
invoke(long, long, int) - Method in interface org.lwjgl.util.remotery.RMTReallocI
 

L

limit_connections_to_localhost() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the limit_connections_to_localhost field.
limit_connections_to_localhost(int) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the limit_connections_to_localhost field.
LIMIT_CONNECTIONS_TO_LOCALHOST - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
logFilename() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns a ByteBuffer view of the null-terminated string pointed to by the logFilename field.
logFilename(ByteBuffer) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the address of the specified encoded string to the logFilename field.
LOGFILENAME - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
logFilenameString() - Method in class org.lwjgl.util.remotery.RMTSettings
Decodes the null-terminated string pointed to by the logFilename field.

M

malloc() - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated with memAlloc.
mallocStack() - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated on the thread-local MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.util.remotery.RMTSettings
Returns a new RMTSettings instance allocated on the specified MemoryStack.
maxNbMessagesPerUpdate() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the maxNbMessagesPerUpdate field.
maxNbMessagesPerUpdate(int) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the maxNbMessagesPerUpdate field.
MAXNBMESSAGESPERUPDATE - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
messageQueueSizeInBytes() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the messageQueueSizeInBytes field.
messageQueueSizeInBytes(int) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the messageQueueSizeInBytes field.
MESSAGEQUEUESIZEINBYTES - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
mm_context() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the mm_context field.
mm_context(long) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the mm_context field.
MM_CONTEXT - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
msSleepBetweenServerUpdates() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the msSleepBetweenServerUpdates field.
msSleepBetweenServerUpdates(int) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the msSleepBetweenServerUpdates field.
MSSLEEPBETWEENSERVERUPDATES - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.

N

n_free(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of _free().
n_free(long, RMTFreeI) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of _free.
n_malloc(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of _malloc().
n_malloc(long, RMTMallocI) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of _malloc.
ninput_handler(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of input_handler().
ninput_handler(long, RMTInputHandlerI) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of input_handler.
ninput_handler_context(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of input_handler_context().
ninput_handler_context(long, long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of input_handler_context.
nlimit_connections_to_localhost(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
nlimit_connections_to_localhost(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
nlogFilename(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of logFilename().
nlogFilename(long, ByteBuffer) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of logFilename.
nlogFilenameString(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of logFilenameString().
nmaxNbMessagesPerUpdate(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of maxNbMessagesPerUpdate().
nmaxNbMessagesPerUpdate(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of maxNbMessagesPerUpdate.
nmessageQueueSizeInBytes(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of messageQueueSizeInBytes().
nmessageQueueSizeInBytes(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of messageQueueSizeInBytes.
nmm_context(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of mm_context().
nmm_context(long, long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of mm_context.
nmsSleepBetweenServerUpdates(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
nmsSleepBetweenServerUpdates(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of msSleepBetweenServerUpdates.
nport(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of port().
nport(long, short) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of port.
nrealloc(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of realloc().
nrealloc(long, RMTReallocI) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of realloc.
nreuse_open_port(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of reuse_open_port().
nreuse_open_port(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
Unsafe version of reuse_open_port.
nrmt_BeginCPUSample(long, int, long) - Static method in class org.lwjgl.util.remotery.Remotery
Unsafe version of: BeginCPUSample
nrmt_BeginMetalSample(long, long) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
nrmt_BeginOpenGLSample(long, long) - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
nrmt_BindMetal(long) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
nrmt_CreateGlobalInstance(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
nrmt_DestroyGlobalInstance(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
nrmt_LogText(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
nrmt_SetCurrentThreadName(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
nrmt_SetGlobalInstance(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
nrmt_Settings() - Static method in class org.lwjgl.util.remotery.Remotery
 

O

org.lwjgl.util.remotery - package org.lwjgl.util.remotery
Contains bindings to Remotery, a realtime CPU/GPU profiler hosted in a single C file with a viewer that runs in a web browser.

P

port() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the port field.
port(short) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the port field.
PORT - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.

R

realloc() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the realloc field.
realloc(RMTReallocI) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the realloc field.
REALLOC - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
Remotery - Class in org.lwjgl.util.remotery
Bindings to Remotery, a realtime CPU/GPU profiler hosted in a single C file with a viewer that runs in a web browser.
RemoteryGL - Class in org.lwjgl.util.remotery
Remotery profiling for OpenGL.
RemoteryMetal - Class in org.lwjgl.util.remotery
Remotery profiling for OpenGL.
reuse_open_port() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the reuse_open_port field.
reuse_open_port(int) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the reuse_open_port field.
REUSE_OPEN_PORT - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
rmt_BeginCPUSample(CharSequence, int, IntBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_BeginCPUSample(ByteBuffer, int, IntBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_BeginMetalSample(CharSequence, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
rmt_BeginMetalSample(ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
rmt_BeginOpenGLSample(CharSequence, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
rmt_BeginOpenGLSample(ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
rmt_BindMetal(long) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
rmt_BindOpenGL() - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
rmt_CreateGlobalInstance(PointerBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_DestroyGlobalInstance(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_EndCPUSample() - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_EndMetalSample() - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
rmt_EndOpenGLSample() - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
RMT_ERROR_CREATE_THREAD_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_DEINITIALIZED - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_INVALID_CONTEXT - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_INVALID_HANDLE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_INVALID_VALUE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_NOT_INITIALIZED - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_OUT_OF_MEMORY - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_CUDA_UNKNOWN - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_D3D11_FAILED_TO_CREATE_QUERY - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_ERROR_NOT_READY - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_MALLOC_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_NONE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_OPENGL_ERROR - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_RECURSIVE_SAMPLE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_REMOTERY_NOT_CREATED - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SEND_ON_INCOMPLETE_PROFILE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_ACCEPT_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_BIND_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_CREATE_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_INIT_NETWORK_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_INVALID_POLL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_LISTEN_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_POLL_ERRORS - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_RECV_FAILED - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_RECV_NO_DATA - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_RECV_TIMEOUT - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_SELECT_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_SEND_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_SEND_TIMEOUT - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_SOCKET_SET_NON_BLOCKING_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_TLS_ALLOC_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_VIRTUAL_MEMORY_BUFFER_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_MASK - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_BAD_FRAME_HEADER_SIZE - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_DISCONNECTED - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_HOST - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_KEY - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_BAD_VERSION - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_HOST - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_KEY - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_NO_VERSION - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_NOT_GET - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_HANDSHAKE_STRING_FAIL - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
RMT_ERROR_WEBSOCKET_RECEIVE_TIMEOUT - Static variable in class org.lwjgl.util.remotery.Remotery
All possible error codes (rmtError).
rmt_GetGlobalInstance() - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_LogText(CharSequence) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_LogText(ByteBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_SetCurrentThreadName(CharSequence) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_SetCurrentThreadName(ByteBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_SetGlobalInstance(long) - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_Settings() - Static method in class org.lwjgl.util.remotery.Remotery
 
rmt_UnbindMetal() - Static method in class org.lwjgl.util.remotery.RemoteryMetal
 
rmt_UnbindOpenGL() - Static method in class org.lwjgl.util.remotery.RemoteryGL
 
RMTFree - Class in org.lwjgl.util.remotery
Type
RMTFreeI - Interface in org.lwjgl.util.remotery
Type
RMTInputHandler - Class in org.lwjgl.util.remotery
Type
RMTInputHandlerI - Interface in org.lwjgl.util.remotery
Type
RMTMalloc - Class in org.lwjgl.util.remotery
Type
RMTMallocI - Interface in org.lwjgl.util.remotery
Type
RMTRealloc - Class in org.lwjgl.util.remotery
Type
RMTReallocI - Interface in org.lwjgl.util.remotery
Type
RMTSettings - Class in org.lwjgl.util.remotery
Structure to fill in to modify Remotery default settings.
RMTSettings(ByteBuffer) - Constructor for class org.lwjgl.util.remotery.RMTSettings
Creates a RMTSettings instance at the current position of the specified ByteBuffer container.
RMTSF_Aggregate - Static variable in class org.lwjgl.util.remotery.Remotery
rmtSampleFlags
RMTSF_None - Static variable in class org.lwjgl.util.remotery.Remotery
rmtSampleFlags
RMTSF_Recursive - Static variable in class org.lwjgl.util.remotery.Remotery
rmtSampleFlags

S

set(short, int, int, int, int, int, RMTMallocI, RMTReallocI, RMTFreeI, long, RMTInputHandlerI, long, ByteBuffer) - Method in class org.lwjgl.util.remotery.RMTSettings
Initializes this struct with the specified values.
set(RMTSettings) - Method in class org.lwjgl.util.remotery.RMTSettings
Copies the specified struct data to this struct.
SIGNATURE - Static variable in interface org.lwjgl.util.remotery.RMTFreeI
 
SIGNATURE - Static variable in interface org.lwjgl.util.remotery.RMTInputHandlerI
 
SIGNATURE - Static variable in interface org.lwjgl.util.remotery.RMTMallocI
 
SIGNATURE - Static variable in interface org.lwjgl.util.remotery.RMTReallocI
 
sizeof() - Method in class org.lwjgl.util.remotery.RMTSettings
 
SIZEOF - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct size in bytes.

V

validate(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
Validates pointer members that should not be NULL.
validate(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
Calls validate(long) for each struct contained in the specified struct array.

_

_free() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the _free field.
_free(RMTFreeI) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the _free field.
_FREE - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
_malloc() - Method in class org.lwjgl.util.remotery.RMTSettings
Returns the value of the _malloc field.
_malloc(RMTMallocI) - Method in class org.lwjgl.util.remotery.RMTSettings
Sets the specified value to the _malloc field.
_MALLOC - Static variable in class org.lwjgl.util.remotery.RMTSettings
The struct member offsets.
A C G I L M N O P R S V _