class GPUAdapter

Properties

readonly
features: GPUSupportedFeatures
readonly
isFallbackAdapter: boolean
readonly
limits: GPUSupportedLimits

Methods

requestAdapterInfo(unmaskHints?: string[]): Promise<GPUAdapterInfo>
requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>