Interface ALFunctionTypes.ILPEAXGETDIRECT
- 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 TypeMethodDescriptionint
invoke
(MemorySegment p0, MemorySegment p1, int p2, int p3, @NotNull MemorySegment p4, int p5) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPEAXGETDIRECT lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPEAXGETDIRECT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPEAXGETDIRECT lambda)
-
Method Details
-
invoke
@NativeType("ALenum") int invoke(@NativeType("ALCcontext") MemorySegment p0, @NativeType("_GUID") MemorySegment p1, @NativeType("ALuint") int p2, @NativeType("ALuint") int p3, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p4, @NativeType("ALuint") int p5) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPEAXGETDIRECT lambda)
-