Package org.lwjgl.util.yoga
Class YGDirtiedFunc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.yoga.YGDirtiedFunc
- All Implemented Interfaces:
AutoCloseable,CallbackI,NativeResource,Pointer,YGDirtiedFuncI
Callback function:
YGDirtiedFunc-
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_SIZEFields inherited from interface org.lwjgl.util.yoga.YGDirtiedFuncI
CIF -
Method Summary
Modifier and TypeMethodDescriptionstatic YGDirtiedFunccreate(long functionPointer) Creates aYGDirtiedFuncinstance from the specified function pointer.static YGDirtiedFunccreate(YGDirtiedFuncI instance) Creates aYGDirtiedFuncinstance that delegates to the specifiedYGDirtiedFuncIinstance.static @Nullable YGDirtiedFunccreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.util.yoga.YGDirtiedFuncI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aYGDirtiedFuncinstance from the specified function pointer.- Returns:
- the new
YGDirtiedFunc
-
createSafe
-
create
Creates aYGDirtiedFuncinstance that delegates to the specifiedYGDirtiedFuncIinstance.
-