Class GLSLFreeIncludeResultFunc

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

public abstract class GLSLFreeIncludeResultFunc extends Callback implements GLSLFreeIncludeResultFuncI
  • Method Details

    • create

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

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

      public static GLSLFreeIncludeResultFunc create(GLSLFreeIncludeResultFuncI instance)
      Creates a GLSLFreeIncludeResultFunc instance that delegates to the specified GLSLFreeIncludeResultFuncI instance.