@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public static interface GPURenderPassDepthStencilAttachment.Builder
extends GPURenderPassDepthStencilAttachment
GPURenderPassDepthStencilAttachment.Builder| Modifier and Type | Method and Description |
|---|---|
default GPURenderPassDepthStencilAttachment.Builder |
depthClearValue(float depthClearValue) |
default GPURenderPassDepthStencilAttachment.Builder |
depthLoadOp(java.lang.String depthLoadOp) |
default GPURenderPassDepthStencilAttachment.Builder |
depthReadOnly(boolean depthReadOnly) |
default GPURenderPassDepthStencilAttachment.Builder |
depthStoreOp(java.lang.String depthStoreOp) |
default GPURenderPassDepthStencilAttachment.Builder |
stencilClearValue(int stencilClearValue) |
default GPURenderPassDepthStencilAttachment.Builder |
stencilLoadOp(java.lang.String stencilLoadOp) |
default GPURenderPassDepthStencilAttachment.Builder |
stencilReadOnly(boolean stencilReadOnly) |
default GPURenderPassDepthStencilAttachment.Builder |
stencilStoreOp(java.lang.String stencilStoreOp) |
depthClearValue, depthLoadOp, depthReadOnly, depthStoreOp, setDepthClearValue, setDepthLoadOp, setDepthReadOnly, setDepthStoreOp, setStencilClearValue, setStencilLoadOp, setStencilReadOnly, setStencilStoreOp, setView, stencilClearValue, stencilLoadOp, stencilReadOnly, stencilStoreOp, view, view@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder depthClearValue(float depthClearValue)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder depthLoadOp(@GPULoadOp @Nonnull java.lang.String depthLoadOp)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder depthReadOnly(boolean depthReadOnly)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder depthStoreOp(@GPUStoreOp @Nonnull java.lang.String depthStoreOp)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder stencilClearValue(int stencilClearValue)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder stencilLoadOp(@GPULoadOp @Nonnull java.lang.String stencilLoadOp)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder stencilReadOnly(boolean stencilReadOnly)
@JsOverlay @Nonnull default GPURenderPassDepthStencilAttachment.Builder stencilStoreOp(@GPUStoreOp @Nonnull java.lang.String stencilStoreOp)