Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderPassMaxDrawCount
Packages that use WGPURenderPassMaxDrawCount
-
Uses of WGPURenderPassMaxDrawCount in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURenderPassMaxDrawCountModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPURenderPassMaxDrawCountModifier and TypeMethodDescriptionstatic WGPURenderPassMaxDrawCount@NotNull WGPURenderPassMaxDrawCountWGPURenderPassMaxDrawCount.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPURenderPassMaxDrawCount.chain(@NotNull WGPUChainedStruct value) WGPURenderPassMaxDrawCount.chain(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPURenderPassMaxDrawCountWGPURenderPassMaxDrawCount.clone(Arena arena, WGPURenderPassMaxDrawCount src) WGPURenderPassMaxDrawCount.maxDrawCount(long value) WGPURenderPassMaxDrawCount.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURenderPassMaxDrawCountModifier and TypeMethodDescription@NotNull Iterator<WGPURenderPassMaxDrawCount> WGPURenderPassMaxDrawCount.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPURenderPassMaxDrawCountModifier and TypeMethodDescriptionstatic WGPURenderPassMaxDrawCountWGPURenderPassMaxDrawCount.clone(Arena arena, WGPURenderPassMaxDrawCount src) voidWGPURenderPassMaxDrawCount.Ptr.write(long index, @NotNull WGPURenderPassMaxDrawCount value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURenderPassMaxDrawCountModifier and TypeMethodDescriptionWGPURenderPassMaxDrawCount.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURenderPassMaxDrawCount> consumer)