@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPURenderBundleEncoderDescriptor")
@ApiStatus.Experimental
public interface GPURenderBundleEncoderDescriptor
extends GPURenderPassLayout
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPURenderBundleEncoderDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPURenderBundleEncoderDescriptor.Builder |
colorFormats(JsArray<java.lang.String> colorFormats) |
static GPURenderBundleEncoderDescriptor.Builder |
colorFormats(java.lang.String... colorFormats) |
boolean |
depthReadOnly() |
void |
setDepthReadOnly(boolean depthReadOnly) |
void |
setStencilReadOnly(boolean stencilReadOnly) |
boolean |
stencilReadOnly() |
colorFormats, depthStencilFormat, sampleCount, setColorFormats, setColorFormats, setDepthStencilFormat, setSampleCountlabel, of, setLabel@JsOverlay @Nonnull static GPURenderBundleEncoderDescriptor.Builder colorFormats(@Nonnull JsArray<java.lang.String> colorFormats)
colorFormats in interface GPURenderPassLayout@JsOverlay @Nonnull static GPURenderBundleEncoderDescriptor.Builder colorFormats(@Nonnull java.lang.String... colorFormats)
colorFormats in interface GPURenderPassLayout@JsProperty(name="depthReadOnly") boolean depthReadOnly()
@JsProperty void setDepthReadOnly(boolean depthReadOnly)
@JsProperty(name="stencilReadOnly") boolean stencilReadOnly()
@JsProperty void setStencilReadOnly(boolean stencilReadOnly)