@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@ApiStatus.Experimental
public interface GPULoadOpOrGPUStencilValueUnion
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
asGPULoadOp() |
default int |
asInt() |
default boolean |
isGPULoadOp() |
default boolean |
isInt() |
static GPULoadOpOrGPUStencilValueUnion |
of(int value) |
static GPULoadOpOrGPUStencilValueUnion |
of(java.lang.String value) |
@JsOverlay @Nonnull static GPULoadOpOrGPUStencilValueUnion of(@GPULoadOp @Nonnull java.lang.String value)
@JsOverlay @Nonnull static GPULoadOpOrGPUStencilValueUnion of(int value)
@JsOverlay default boolean isGPULoadOp()
@JsOverlay @GPULoadOp default java.lang.String asGPULoadOp()
@JsOverlay default boolean isInt()
@JsOverlay default int asInt()