On this page
GPUAdapter
class GPUAdapter {
readonly isFallbackAdapter: boolean;
}
Properties
features: GPUSupportedFeatures
isFallbackAdapter: boolean
limits: GPUSupportedLimits
Methods
requestAdapterInfo(unmaskHints?: string[]): Promise<GPUAdapterInfo>
requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUAdapter