Uses of Record Class
club.doki7.webgpu.datatype.WGPUBlendState
Packages that use WGPUBlendState
-
Uses of WGPUBlendState in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUBlendStateModifier 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 WGPUBlendStateModifier and TypeMethodDescriptionstatic WGPUBlendState
WGPUBlendState.alpha
(@NotNull WGPUBlendComponent value) WGPUBlendState.alpha
(Consumer<@NotNull WGPUBlendComponent> consumer) @NotNull WGPUBlendState
WGPUBlendState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@Nullable WGPUBlendState
WGPUColorTargetState.blend()
static WGPUBlendState
WGPUBlendState.clone
(Arena arena, WGPUBlendState src) WGPUBlendState.color
(@NotNull WGPUBlendComponent value) WGPUBlendState.color
(Consumer<@NotNull WGPUBlendComponent> consumer) WGPUBlendState.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUBlendStateModifier and TypeMethodDescription@NotNull Iterator
<WGPUBlendState> WGPUBlendState.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUBlendStateModifier and TypeMethodDescriptionstatic WGPUBlendState
WGPUBlendState.clone
(Arena arena, WGPUBlendState src) void
WGPUBlendState.Ptr.write
(long index, @NotNull WGPUBlendState value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUBlendStateModifier and TypeMethodDescriptionWGPUBlendState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUBlendState> consumer)