Class SPVMessageConsumer
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.shaderc.SPVMessageConsumer
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, SPVMessageConsumerI
Callback function:
spv_message_consumer-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface SPVMessageConsumerI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionstatic SPVMessageConsumercreate(long functionPointer) Creates aSPVMessageConsumerinstance from the specified function pointer.static SPVMessageConsumercreate(SPVMessageConsumerI instance) Creates aSPVMessageConsumerinstance that delegates to the specifiedSPVMessageConsumerIinstance.static @Nullable SPVMessageConsumercreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface SPVMessageConsumerI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aSPVMessageConsumerinstance from the specified function pointer.- Returns:
- the new
SPVMessageConsumer
-
createSafe
-
create
Creates aSPVMessageConsumerinstance that delegates to the specifiedSPVMessageConsumerIinstance.
-