Interface WGPUFunctionTypes.IWGPUQueueWorkDoneCallback
- Enclosing class:
WGPUFunctionTypes
- 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
(int p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) static MethodHandle
of
(@NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback lambda) static MemorySegment
ofNative
(@NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback lambda)
-
Method Details
-
invoke
void invoke(@EnumType(WGPUQueueWorkDoneStatus.class) int p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull WGPUFunctionTypes.IWGPUQueueWorkDoneCallback lambda)
-