Uses of Record Class
club.doki7.webgpu.datatype.WGPUBlendComponent
Packages that use WGPUBlendComponent
-
Uses of WGPUBlendComponent in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUBlendComponentModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUBlendComponentModifier and TypeMethodDescriptionstatic WGPUBlendComponent@NotNull WGPUBlendComponentWGPUBlendState.alpha()@NotNull WGPUBlendComponentWGPUBlendComponent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUBlendComponentWGPUBlendComponent.clone(Arena arena, WGPUBlendComponent src) @NotNull WGPUBlendComponentWGPUBlendState.color()WGPUBlendComponent.dstFactor(int value) WGPUBlendComponent.operation(int value) WGPUBlendComponent.srcFactor(int value) WGPUBlendComponent.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUBlendComponentModifier and TypeMethodDescription@NotNull Iterator<WGPUBlendComponent> WGPUBlendComponent.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUBlendComponentModifier and TypeMethodDescriptionWGPUBlendState.alpha(@NotNull WGPUBlendComponent value) static WGPUBlendComponentWGPUBlendComponent.clone(Arena arena, WGPUBlendComponent src) WGPUBlendState.color(@NotNull WGPUBlendComponent value) voidWGPUBlendComponent.Ptr.write(long index, @NotNull WGPUBlendComponent value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUBlendComponentModifier and TypeMethodDescriptionWGPUBlendState.alpha(Consumer<@NotNull WGPUBlendComponent> consumer) WGPUBlendComponent.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUBlendComponent> consumer) WGPUBlendState.color(Consumer<@NotNull WGPUBlendComponent> consumer)