Class GLSLIncludeSystemFunc

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

public abstract class GLSLIncludeSystemFunc extends Callback implements GLSLIncludeSystemFuncI
Callback function: glsl_include_system_func
  • Method Details

    • create

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

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

      public static GLSLIncludeSystemFunc create(GLSLIncludeSystemFuncI instance)
      Creates a GLSLIncludeSystemFunc instance that delegates to the specified GLSLIncludeSystemFuncI instance.