Interface WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback
- 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.
@FunctionalInterface
public static interface WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(int p0, MemorySegment p1, MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4) static MethodHandleof(@NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda) static MemorySegmentofNative(@NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda)
-
Method Details
-
invoke
void invoke(@EnumType(WGPUCreatePipelineAsyncStatus.class) int p0, @NativeType("WGPURenderPipeline") MemorySegment p1, @NativeType("WGPUStringView") MemorySegment p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p4) -
of
static MethodHandle of(@NotNull @NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull WGPUFunctionTypes.IWGPUCreateRenderPipelineAsyncCallback lambda)
-