Class GLSLIncludeLocalFunc

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

public abstract class GLSLIncludeLocalFunc extends Callback implements GLSLIncludeLocalFuncI
Callback function: glsl_include_local_func
  • Method Details

    • create

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

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

      public static GLSLIncludeLocalFunc create(GLSLIncludeLocalFuncI instance)
      Creates a GLSLIncludeLocalFunc instance that delegates to the specified GLSLIncludeLocalFuncI instance.