@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
@ApiStatus.Experimental
public interface GPUExtent3DDict
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUExtent3DDict.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPUExtent3DDict.Builder |
create(int width) |
int |
depthOrArrayLayers() |
int |
height() |
void |
setDepthOrArrayLayers(int depthOrArrayLayers) |
void |
setHeight(int height) |
void |
setWidth(int width) |
int |
width() |
@JsOverlay @Nonnull static GPUExtent3DDict.Builder create(int width)
@JsProperty(name="width") int width()
@JsProperty void setWidth(int width)
@JsProperty(name="depthOrArrayLayers") int depthOrArrayLayers()
@JsProperty void setDepthOrArrayLayers(int depthOrArrayLayers)
@JsProperty(name="height") int height()
@JsProperty void setHeight(int height)