Interface ALFunctionTypes.ILPALGETEFFECTIV
- 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 TypeMethodDescriptionvoidinvoke(int p0, int p1, @NotNull MemorySegment p2) static MethodHandleof(@NotNull ALFunctionTypes.ILPALGETEFFECTIV lambda) static MemorySegmentofNative(@NotNull ALFunctionTypes.ILPALGETEFFECTIV lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALGETEFFECTIV lambda)
-
Method Details
-
invoke
void invoke(@NativeType("ALuint") int p0, @NativeType("ALenum") int p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALGETEFFECTIV lambda)
-