Uses of Record Class
club.doki7.webgpu.datatype.WGPUFragmentState
Packages that use WGPUFragmentState
-
Uses of WGPUFragmentState in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUFragmentStateModifier 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 WGPUFragmentStateModifier and TypeMethodDescriptionstatic WGPUFragmentState
@NotNull WGPUFragmentState
WGPUFragmentState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUFragmentState
WGPUFragmentState.clone
(Arena arena, WGPUFragmentState src) WGPUFragmentState.constantCount
(long value) WGPUFragmentState.constants
(@Nullable IWGPUConstantEntry value) WGPUFragmentState.entryPoint
(@NotNull WGPUStringView value) WGPUFragmentState.entryPoint
(Consumer<@NotNull WGPUStringView> consumer) @Nullable WGPUFragmentState
WGPURenderPipelineDescriptor.fragment()
WGPUFragmentState.module
(@Nullable WGPUShaderModule value) WGPUFragmentState.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUFragmentState.targetCount
(long value) WGPUFragmentState.targets
(@Nullable IWGPUColorTargetState value) WGPUFragmentState.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUFragmentStateModifier and TypeMethodDescription@NotNull Iterator
<WGPUFragmentState> WGPUFragmentState.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUFragmentStateModifier and TypeMethodDescriptionstatic WGPUFragmentState
WGPUFragmentState.clone
(Arena arena, WGPUFragmentState src) void
WGPUFragmentState.Ptr.write
(long index, @NotNull WGPUFragmentState value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUFragmentStateModifier and TypeMethodDescriptionWGPUFragmentState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUFragmentState> consumer)