GPUAdapter
class GPUAdapter {}readonly isFallbackAdapter: boolean;
Свойства
features: GPUSupportedFeaturesisFallbackAdapter: booleanlimits: GPUSupportedLimitsМетоды
requestAdapterInfo(unmaskHints?: string[]): Promise<GPUAdapterInfo>requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUAdapter