Class SPVParsedHeaderFn

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

public abstract class SPVParsedHeaderFn extends Callback implements SPVParsedHeaderFnI
Callback function: spv_parsed_header_fn_t
  • Method Details

    • create

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

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

      public static SPVParsedHeaderFn create(SPVParsedHeaderFnI instance)
      Creates a SPVParsedHeaderFn instance that delegates to the specified SPVParsedHeaderFnI instance.