@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public interface GPUComputePassDescriptor
extends GPUObjectDescriptorBase
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUComputePassDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPUComputePassDescriptor.Builder |
of() |
default void |
setTimestampWrites(GPUComputePassTimestampWrite... timestampWrites) |
void |
setTimestampWrites(@JsNonNull JsArray<GPUComputePassTimestampWrite> timestampWrites) |
JsArray<GPUComputePassTimestampWrite> |
timestampWrites() |
label, setLabel@JsOverlay @Nonnull static GPUComputePassDescriptor.Builder of()
of in interface GPUObjectDescriptorBase@JsProperty(name="timestampWrites") JsArray<GPUComputePassTimestampWrite> timestampWrites()
@JsProperty void setTimestampWrites(@JsNonNull JsArray<GPUComputePassTimestampWrite> timestampWrites)
@JsOverlay
default void setTimestampWrites(@Nonnull
GPUComputePassTimestampWrite... timestampWrites)