- 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(long) - Static method in class org.lwjgl.util.remotery.RMTFree
-
Creates a RMTFree instance from the specified function pointer.
- create(RMTFreeI) - Static method in class org.lwjgl.util.remotery.RMTFree
-
Creates a RMTFree instance that delegates to the specified RMTFreeI instance.
- create(long) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
-
Creates a RMTInputHandler instance from the specified function pointer.
- create(RMTInputHandlerI) - Static method in class org.lwjgl.util.remotery.RMTInputHandler
-
Creates a RMTInputHandler instance that delegates to the specified RMTInputHandlerI instance.
- create(long) - Static method in class org.lwjgl.util.remotery.RMTMalloc
-
Creates a RMTMalloc instance from the specified function pointer.
- create(RMTMallocI) - Static method in class org.lwjgl.util.remotery.RMTMalloc
-
Creates a RMTMalloc instance that delegates to the specified RMTMallocI instance.
- create(long) - Static method in class org.lwjgl.util.remotery.RMTRealloc
-
Creates a RMTRealloc instance from the specified function pointer.
- create(RMTReallocI) - Static method in class org.lwjgl.util.remotery.RMTRealloc
-
Creates a RMTRealloc instance that delegates to the specified RMTReallocI instance.
- 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.RMTSettings
-
Returns a new RMTSettings instance for the specified memory address.
- 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.
- 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 - Static variable in class org.lwjgl.util.remotery.RMTSettings
-
The struct member offsets.
- 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.
- MESSAGEQUEUESIZEINBYTES - 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.
- MM_CONTEXT - 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.
- MSSLEEPBETWEENSERVERUPDATES - 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.
- REALLOC - Static variable in class org.lwjgl.util.remotery.RMTSettings
-
The struct member offsets.
- 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.
- 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 - Static variable in class org.lwjgl.util.remotery.RMTSettings
-
The struct member offsets.
- 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.
- rmt_BeginCPUSample(ByteBuffer, int, IntBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
-
- rmt_BeginCPUSample(CharSequence, int, IntBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
-
- rmt_BeginMetalSample(ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
-
- rmt_BeginMetalSample(CharSequence, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryMetal
-
- rmt_BeginOpenGLSample(ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.remotery.RemoteryGL
-
- rmt_BeginOpenGLSample(CharSequence, 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(ByteBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
-
- rmt_LogText(CharSequence) - Static method in class org.lwjgl.util.remotery.Remotery
-
- rmt_SetCurrentThreadName(ByteBuffer) - Static method in class org.lwjgl.util.remotery.Remotery
-
- rmt_SetCurrentThreadName(CharSequence) - 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