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 TypeMethodDescriptionvoid
invoke
(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) static MethodHandle
of
(@NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda) static MemorySegment
ofNative
(@NotNull WGPUFunctionTypes.IWGPURequestDeviceCallback lambda) static MemorySegment
ofNative
(@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)
-