@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public static interface GPURenderPassDescriptor.Builder
extends GPURenderPassDescriptor
GPURenderPassDescriptor.Builder| Modifier and Type | Method and Description |
|---|---|
default GPURenderPassDescriptor.Builder |
colorAttachments(GPURenderPassColorAttachment... colorAttachments) |
default GPURenderPassDescriptor.Builder |
colorAttachments(JsArray<GPURenderPassColorAttachment> colorAttachments) |
default GPURenderPassDescriptor.Builder |
depthStencilAttachment(GPURenderPassDepthStencilAttachment depthStencilAttachment) |
default GPURenderPassDescriptor.Builder |
label(java.lang.String label) |
default GPURenderPassDescriptor.Builder |
occlusionQuerySet(GPUQuerySet occlusionQuerySet) |
colorAttachments, create, create, depthStencilAttachment, occlusionQuerySet, setColorAttachments, setColorAttachments, setDepthStencilAttachment, setOcclusionQuerySetcreate, label, setLabel@JsOverlay @Nonnull default GPURenderPassDescriptor.Builder colorAttachments(@Nonnull JsArray<GPURenderPassColorAttachment> colorAttachments)
@JsOverlay @Nonnull default GPURenderPassDescriptor.Builder colorAttachments(@Nonnull GPURenderPassColorAttachment... colorAttachments)
@JsOverlay @Nonnull default GPURenderPassDescriptor.Builder depthStencilAttachment(@Nonnull GPURenderPassDepthStencilAttachment depthStencilAttachment)
@JsOverlay @Nonnull default GPURenderPassDescriptor.Builder occlusionQuerySet(@Nonnull GPUQuerySet occlusionQuerySet)
@JsOverlay @Nonnull default GPURenderPassDescriptor.Builder label(@Nonnull java.lang.String label)