Interface GLFWFunctionTypes.IGLFWreallocatefun
- Enclosing class:
GLFWFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NotNull MemorySegment
invoke
(@NotNull MemorySegment p0, MemorySegment p1, @NotNull MemorySegment p2) static MethodHandle
of
(@NotNull GLFWFunctionTypes.IGLFWreallocatefun lambda) static MemorySegment
ofNative
(@NotNull GLFWFunctionTypes.IGLFWreallocatefun lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWreallocatefun lambda)
-
Method Details
-
invoke
@Pointer(comment="void*") @NotNull @NotNull MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0, @NativeType("size_t") MemorySegment p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull GLFWFunctionTypes.IGLFWreallocatefun lambda)
-