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
RMTSettingsinstance allocated withmemCalloc. - callocStack() - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - create() - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated withBufferUtils. - create(long) - Static method in class org.lwjgl.util.remotery.RMTFree
-
Creates a
RMTFreeinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
-
Creates a
RMTInputHandlerinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.remotery.RMTMalloc
-
Creates a
RMTMallocinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.remotery.RMTRealloc
-
Creates a
RMTReallocinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance for the specified memory address. - create(RMTFreeI) - Static method in class org.lwjgl.util.remotery.RMTFree
-
Creates a
RMTFreeinstance that delegates to the specifiedRMTFreeIinstance. - create(RMTInputHandlerI) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
-
Creates a
RMTInputHandlerinstance that delegates to the specifiedRMTInputHandlerIinstance. - create(RMTMallocI) - Static method in class org.lwjgl.util.remotery.RMTMalloc
-
Creates a
RMTMallocinstance that delegates to the specifiedRMTMallocIinstance. - create(RMTReallocI) - Static method in class org.lwjgl.util.remotery.RMTRealloc
-
Creates a
RMTReallocinstance that delegates to the specifiedRMTReallocIinstance. - createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTFree
- createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
- createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTMalloc
- createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTRealloc
- createSafe(long) - Static method in class org.lwjgl.util.remotery.RMTSettings
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_handlerfield. - input_handler(RMTInputHandlerI) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
input_handlerfield. - 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_contextfield. - input_handler_context(long) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
input_handler_contextfield. - 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_localhostfield. - limit_connections_to_localhost(int) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
limit_connections_to_localhostfield. - 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
ByteBufferview of the null-terminated string pointed to by thelogFilenamefield. - logFilename(ByteBuffer) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the address of the specified encoded string to the
logFilenamefield. - 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
logFilenamefield.
M
- malloc() - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated withmemAlloc. - mallocStack() - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated on the thread-localMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Returns a new
RMTSettingsinstance allocated on the specifiedMemoryStack. - maxNbMessagesPerUpdate() - Method in class org.lwjgl.util.remotery.RMTSettings
-
Returns the value of the
maxNbMessagesPerUpdatefield. - maxNbMessagesPerUpdate(int) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
maxNbMessagesPerUpdatefield. - 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
messageQueueSizeInBytesfield. - messageQueueSizeInBytes(int) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
messageQueueSizeInBytesfield. - 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_contextfield. - mm_context(long) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
mm_contextfield. - 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
msSleepBetweenServerUpdatesfield. - msSleepBetweenServerUpdates(int) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
msSleepBetweenServerUpdatesfield. - 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
-
Unsafe version of
limit_connections_to_localhost(). - nlimit_connections_to_localhost(long, int) - Static method in class org.lwjgl.util.remotery.RMTSettings
-
Unsafe version of
limit_connections_to_localhost. - 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
-
Unsafe version of
msSleepBetweenServerUpdates(). - 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
portfield. - port(short) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
portfield. - 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
reallocfield. - realloc(RMTReallocI) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
reallocfield. - 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_portfield. - reuse_open_port(int) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
reuse_open_portfield. - 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
RMTSettingsinstance at the current position of the specifiedByteBuffercontainer. - 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
_freefield. - _free(RMTFreeI) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
_freefield. - _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
_mallocfield. - _malloc(RMTMallocI) - Method in class org.lwjgl.util.remotery.RMTSettings
-
Sets the specified value to the
_mallocfield. - _MALLOC - Static variable in class org.lwjgl.util.remotery.RMTSettings
-
The struct member offsets.