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 record
Represents 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 WGPUBlendComponent
WGPUBlendState.alpha()
@NotNull WGPUBlendComponent
WGPUBlendComponent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUBlendComponent
WGPUBlendComponent.clone
(Arena arena, WGPUBlendComponent src) @NotNull WGPUBlendComponent
WGPUBlendState.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 WGPUBlendComponent
WGPUBlendComponent.clone
(Arena arena, WGPUBlendComponent src) WGPUBlendState.color
(@NotNull WGPUBlendComponent value) void
WGPUBlendComponent.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)