Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderPassDescriptor
Packages that use WGPURenderPassDescriptor
-
Uses of WGPURenderPassDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURenderPassDescriptorModifier 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 WGPURenderPassDescriptorModifier and TypeMethodDescriptionstatic WGPURenderPassDescriptor
@NotNull WGPURenderPassDescriptor
WGPURenderPassDescriptor.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPURenderPassDescriptor
WGPURenderPassDescriptor.clone
(Arena arena, WGPURenderPassDescriptor src) WGPURenderPassDescriptor.colorAttachmentCount
(long value) WGPURenderPassDescriptor.colorAttachments
(@Nullable IWGPURenderPassColorAttachment value) WGPURenderPassDescriptor.depthStencilAttachment
(@Nullable IWGPURenderPassDepthStencilAttachment value) WGPURenderPassDescriptor.label
(@NotNull WGPUStringView value) WGPURenderPassDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPURenderPassDescriptor.nextInChain
(@Nullable IWGPUChainedStruct value) WGPURenderPassDescriptor.occlusionQuerySet
(@Nullable WGPUQuerySet value) WGPURenderPassDescriptor.timestampWrites
(@Nullable IWGPURenderPassTimestampWrites value) WGPURenderPassDescriptor.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURenderPassDescriptorModifier and TypeMethodDescription@NotNull Iterator
<WGPURenderPassDescriptor> WGPURenderPassDescriptor.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPURenderPassDescriptorModifier and TypeMethodDescriptionstatic WGPURenderPassDescriptor
WGPURenderPassDescriptor.clone
(Arena arena, WGPURenderPassDescriptor src) void
WGPURenderPassDescriptor.Ptr.write
(long index, @NotNull WGPURenderPassDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURenderPassDescriptorModifier and TypeMethodDescriptionWGPURenderPassDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPURenderPassDescriptor> consumer)