@Generated(value="org.realityforge.webtack")
@ApiStatus.Experimental
@JsType(isNative=true,
namespace="<global>",
name="GPUSupportedFeatures")
public class GPUSupportedFeatures
extends JsObject
| 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 |
|---|---|
JsIterator<GPUSupportedFeatures.Entry> |
entries() |
void |
forEach(GPUSupportedFeatures.ForEachCallback callback) |
void |
forEach(GPUSupportedFeatures.ForEachCallback2 callback) |
void |
forEach(GPUSupportedFeatures.ForEachCallback3 callback) |
boolean |
has(java.lang.String value) |
JsIterator<java.lang.String> |
keys() |
int |
size() |
JsIterator<java.lang.String> |
values() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="size") public int size()
public boolean has(@Nonnull
java.lang.String value)
@Nonnull public JsIterator<java.lang.String> keys()
@Nonnull public JsIterator<java.lang.String> values()
@Nonnull public JsIterator<GPUSupportedFeatures.Entry> entries()
public void forEach(@Nonnull
GPUSupportedFeatures.ForEachCallback callback)
public void forEach(@Nonnull
GPUSupportedFeatures.ForEachCallback2 callback)
public void forEach(@Nonnull
GPUSupportedFeatures.ForEachCallback3 callback)