Uses of Interface
club.doki7.openal.ALFunctionTypes.ILPALFOLDBACKCALLBACK
Packages that use ALFunctionTypes.ILPALFOLDBACKCALLBACK
-
Uses of ALFunctionTypes.ILPALFOLDBACKCALLBACK in club.doki7.openal
Methods in club.doki7.openal with parameters of type ALFunctionTypes.ILPALFOLDBACKCALLBACKModifier and TypeMethodDescriptionstatic MethodHandle
ALFunctionTypes.ILPALFOLDBACKCALLBACK.of
(@NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) static MemorySegment
ALFunctionTypes.ILPALFOLDBACKCALLBACK.ofNative
(@NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) static MemorySegment
ALFunctionTypes.ILPALFOLDBACKCALLBACK.ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) void
AL.requestFoldbackStart
(int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStart
(Arena arena, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStartDirect
(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) void
AL.requestFoldbackStartDirect
(Arena arena, @Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback)