Class ShadercIncludeResultRelease

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

public abstract class ShadercIncludeResultRelease extends Callback implements ShadercIncludeResultReleaseI
  • Method Details

    • create

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

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

      Creates a ShadercIncludeResultRelease instance that delegates to the specified ShadercIncludeResultReleaseI instance.