Interface WGPUFunctionTypes.IWGPURequestDeviceCallback
- 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 TypeMethodDescriptionvoidinvoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) static MethodHandleof(@NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda) static MemorySegmentofNative(@NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda)
-
Method Details
-
invoke
void invoke(@EnumType(WGPURequestDeviceStatus.class) int p0, @NativeType("WGPUDevice") MemorySegment p1, @NativeType("WGPUStringView") MemorySegment p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p4) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda)
-