@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUPipelineDescriptorBase")
@ApiStatus.Experimental
public interface GPUPipelineDescriptorBase
extends GPUObjectDescriptorBase
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUPipelineDescriptorBase.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPUPipelineDescriptorBase.Builder |
create() |
GPUPipelineLayout |
layout() |
void |
setLayout(GPUPipelineLayout layout) |
label, setLabel@JsOverlay @Nonnull static GPUPipelineDescriptorBase.Builder create()
create in interface GPUObjectDescriptorBase@JsProperty(name="layout") GPUPipelineLayout layout()
@JsProperty
void setLayout(@Nonnull
GPUPipelineLayout layout)