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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUBlendStateModifier and TypeMethodDescriptionstatic WGPUBlendStateWGPUBlendState.alpha(@NotNull WGPUBlendComponent value) WGPUBlendState.alpha(Consumer<@NotNull WGPUBlendComponent> consumer) @NotNull WGPUBlendStateWGPUBlendState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@Nullable WGPUBlendStateWGPUColorTargetState.blend()static WGPUBlendStateWGPUBlendState.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 WGPUBlendStateWGPUBlendState.clone(Arena arena, WGPUBlendState src) voidWGPUBlendState.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)