@JsType(isNative=true,
namespace="<global>",
name="GPUComputePassDescriptor")
@ApiStatus.Experimental
public static interface GPUComputePassDescriptor.Builder
extends GPUComputePassDescriptor
GPUComputePassDescriptor.Builder| Modifier and Type | Method and Description |
|---|---|
default GPUComputePassDescriptor.Builder |
label(java.lang.String label) |
default GPUComputePassDescriptor.Builder |
timestampWrites(GPUComputePassTimestampWrite... timestampWrites) |
default GPUComputePassDescriptor.Builder |
timestampWrites(JsArray<GPUComputePassTimestampWrite> timestampWrites) |
of, setTimestampWrites, setTimestampWrites, timestampWriteslabel, setLabel@JsOverlay @Nonnull default GPUComputePassDescriptor.Builder timestampWrites(@Nonnull JsArray<GPUComputePassTimestampWrite> timestampWrites)
@JsOverlay @Nonnull default GPUComputePassDescriptor.Builder timestampWrites(@Nonnull GPUComputePassTimestampWrite... timestampWrites)
@JsOverlay @Nonnull default GPUComputePassDescriptor.Builder label(@Nonnull java.lang.String label)