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 record
Represents 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 WGPURenderPassMaxDrawCount
WGPURenderPassMaxDrawCount.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 WGPURenderPassMaxDrawCount
WGPURenderPassMaxDrawCount.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 WGPURenderPassMaxDrawCount
WGPURenderPassMaxDrawCount.clone
(Arena arena, WGPURenderPassMaxDrawCount src) void
WGPURenderPassMaxDrawCount.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)