@Generated(value="org.realityforge.webtack")
@ApiStatus.Experimental
@JsType(isNative=true,
namespace="<global>",
name="GPUAdapter")
public class GPUAdapter
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
GPUAdapter() |
| Modifier and Type | Method and Description |
|---|---|
GPUSupportedFeatures |
features() |
boolean |
isSoftware() |
GPUSupportedLimits |
limits() |
java.lang.String |
name() |
Promise<GPUDevice> |
requestDevice() |
Promise<GPUDevice> |
requestDevice(GPUDeviceDescriptor descriptor) |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="features") @Nonnull public GPUSupportedFeatures features()
@JsProperty(name="isSoftware") public boolean isSoftware()
@JsProperty(name="limits") @Nonnull public GPUSupportedLimits limits()
@JsProperty(name="name") @Nonnull public java.lang.String name()
@Nonnull public Promise<GPUDevice> requestDevice(@Nonnull GPUDeviceDescriptor descriptor)