@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUMultisampleState")
@ApiStatus.Experimental
public interface GPUMultisampleState
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUMultisampleState.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alphaToCoverageEnabled() |
int |
count() |
int |
mask() |
static GPUMultisampleState.Builder |
of() |
void |
setAlphaToCoverageEnabled(boolean alphaToCoverageEnabled) |
void |
setCount(int count) |
void |
setMask(int mask) |
@JsOverlay @Nonnull static GPUMultisampleState.Builder of()
@JsProperty(name="alphaToCoverageEnabled") boolean alphaToCoverageEnabled()
@JsProperty void setAlphaToCoverageEnabled(boolean alphaToCoverageEnabled)
@JsProperty(name="count") int count()
@JsProperty void setCount(int count)
@JsProperty(name="mask") int mask()
@JsProperty void setMask(int mask)