@Generated(value="org.realityforge.webtack")
@ApiStatus.Experimental
@JsType(isNative=true,
namespace="<global>",
name="GPUSupportedFeatures")
public class GPUSupportedFeatures
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GPUSupportedFeatures.Entry |
static interface |
GPUSupportedFeatures.ForEachCallback |
static interface |
GPUSupportedFeatures.ForEachCallback2 |
static interface |
GPUSupportedFeatures.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
GPUSupportedFeatures() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull JsIterator<GPUSupportedFeatures.Entry> |
entries() |
void |
forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback callback) |
void |
forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback2 callback) |
void |
forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback3 callback) |
boolean |
has(@JsNonNull java.lang.String value) |
@JsNonNull JsIterator<java.lang.String> |
keys() |
int |
size() |
@JsNonNull JsIterator<java.lang.String> |
values() |
@JsProperty(name="size") public int size()
public boolean has(@JsNonNull java.lang.String value)
public @JsNonNull JsIterator<java.lang.String> keys()
public @JsNonNull JsIterator<java.lang.String> values()
public @JsNonNull JsIterator<GPUSupportedFeatures.Entry> entries()
public void forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback callback)
public void forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback2 callback)
public void forEach(@JsNonNull GPUSupportedFeatures.ForEachCallback3 callback)