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