Interface ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT
- Enclosing class:
ALFunctionTypes
- 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 TypeMethodDescriptionbyte
invoke
(MemorySegment p0, @NotNull MemorySegment p1) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT lambda)
-
Method Details
-
invoke
@NativeType("ALboolean") byte invoke(@NativeType("ALCcontext") MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALISEXTENSIONPRESENTDIRECT lambda)
-