Package org.lwjgl.util.remotery
Class RMTSampleTreeHandler
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.remotery.RMTSampleTreeHandler
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,NativeResource
,Pointer
,RMTSampleTreeHandlerI
Callback function:
rmtSampleTreeHandlerPtr
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
Fields inherited from interface org.lwjgl.util.remotery.RMTSampleTreeHandlerI
CIF
-
Method Summary
Modifier and TypeMethodDescriptionstatic RMTSampleTreeHandler
create
(long functionPointer) Creates aRMTSampleTreeHandler
instance from the specified function pointer.static RMTSampleTreeHandler
create
(RMTSampleTreeHandlerI instance) Creates aRMTSampleTreeHandler
instance that delegates to the specifiedRMTSampleTreeHandlerI
instance.static @Nullable RMTSampleTreeHandler
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.util.remotery.RMTSampleTreeHandlerI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aRMTSampleTreeHandler
instance from the specified function pointer.- Returns:
- the new
RMTSampleTreeHandler
-
createSafe
-
create
Creates aRMTSampleTreeHandler
instance that delegates to the specifiedRMTSampleTreeHandlerI
instance.
-