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