Class ParShapesRandFn

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.par.ParShapesRandFn
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ParShapesRandFnI

public abstract class ParShapesRandFn extends Callback implements ParShapesRandFnI
Callback function: par_shapes_rand_fn
  • Method Details

    • create

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

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

      public static ParShapesRandFn create(ParShapesRandFnI instance)
      Creates a ParShapesRandFn instance that delegates to the specified ParShapesRandFnI instance.