Class SPVParsedInstructionFn

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.shaderc.SPVParsedInstructionFn
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, SPVParsedInstructionFnI

public abstract class SPVParsedInstructionFn extends Callback implements SPVParsedInstructionFnI
Callback function: spv_parsed_instruction_fn_t
  • Method Details

    • create

      public static SPVParsedInstructionFn create(long functionPointer)
      Creates a SPVParsedInstructionFn instance from the specified function pointer.
      Returns:
      the new SPVParsedInstructionFn
    • createSafe

      public static @Nullable SPVParsedInstructionFn createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static SPVParsedInstructionFn create(SPVParsedInstructionFnI instance)
      Creates a SPVParsedInstructionFn instance that delegates to the specified SPVParsedInstructionFnI instance.