W3cubDocs

/Deno

GPUAdapter

class GPUAdapter {
readonly features: GPUSupportedFeatures;
readonly isFallbackAdapter: boolean;
readonly limits: GPUSupportedLimits;
readonly name: string;
requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>;
}

Properties

isFallbackAdapter: boolean
name: string

Methods

requestDevice(descriptor?: GPUDeviceDescriptor): Promise<GPUDevice>

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUAdapter