Interface GLFWDeallocateFun

All Superinterfaces:
Upcall
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GLFWDeallocateFun extends Upcall
  • Field Details

    • DESCRIPTOR

      static final FunctionDescriptor DESCRIPTOR
      The function descriptor.
    • HANDLE

      static final MethodHandle HANDLE
      The method handle of the target method.
  • Method Details