Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderPassDepthStencilAttachment
Packages that use WGPURenderPassDepthStencilAttachment
-
Uses of WGPURenderPassDepthStencilAttachment in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPURenderPassDepthStencilAttachmentModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPURenderPassDepthStencilAttachmentModifier and TypeMethodDescription@NotNull WGPURenderPassDepthStencilAttachmentWGPURenderPassDepthStencilAttachment.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPURenderPassDepthStencilAttachment.clone(Arena arena, WGPURenderPassDepthStencilAttachment src) WGPURenderPassDepthStencilAttachment.depthClearValue(float value) WGPURenderPassDepthStencilAttachment.depthLoadOp(int value) WGPURenderPassDepthStencilAttachment.depthReadOnly(int value) @Nullable WGPURenderPassDepthStencilAttachmentWGPURenderPassDescriptor.depthStencilAttachment()WGPURenderPassDepthStencilAttachment.depthStoreOp(int value) WGPURenderPassDepthStencilAttachment.stencilClearValue(int value) WGPURenderPassDepthStencilAttachment.stencilLoadOp(int value) WGPURenderPassDepthStencilAttachment.stencilReadOnly(int value) WGPURenderPassDepthStencilAttachment.stencilStoreOp(int value) WGPURenderPassDepthStencilAttachment.Ptr.toArray()WGPURenderPassDepthStencilAttachment.view(@Nullable WGPUTextureView value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPURenderPassDepthStencilAttachmentModifier and TypeMethodDescription@NotNull Iterator<WGPURenderPassDepthStencilAttachment> WGPURenderPassDepthStencilAttachment.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPURenderPassDepthStencilAttachmentModifier and TypeMethodDescriptionWGPURenderPassDepthStencilAttachment.clone(Arena arena, WGPURenderPassDepthStencilAttachment src) voidWGPURenderPassDepthStencilAttachment.Ptr.write(long index, @NotNull WGPURenderPassDepthStencilAttachment value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPURenderPassDepthStencilAttachmentModifier and TypeMethodDescriptionWGPURenderPassDepthStencilAttachment.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURenderPassDepthStencilAttachment> consumer)