@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUDeviceLostReasonOrUndefinedUnion")
public interface GPUDeviceLostReasonOrUndefinedUnion
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
asGPUDeviceLostReason() |
default boolean |
isGPUDeviceLostReason() |
default boolean |
isVoid() |
static GPUDeviceLostReasonOrUndefinedUnion |
of() |
static GPUDeviceLostReasonOrUndefinedUnion |
of(java.lang.String value) |
@JsOverlay @Nonnull static GPUDeviceLostReasonOrUndefinedUnion of(@GPUDeviceLostReason @Nonnull java.lang.String value)
@JsOverlay static GPUDeviceLostReasonOrUndefinedUnion of()
@JsOverlay default boolean isGPUDeviceLostReason()
@JsOverlay @GPUDeviceLostReason default java.lang.String asGPUDeviceLostReason()
@JsOverlay default boolean isVoid()