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 recordRepresents 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 WGPUFragmentStateWGPUFragmentState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUFragmentStateWGPUFragmentState.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 WGPUFragmentStateWGPURenderPipelineDescriptor.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 WGPUFragmentStateWGPUFragmentState.clone(Arena arena, WGPUFragmentState src) voidWGPUFragmentState.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)