deno / 1.23.2 / ~ / gpuadapter.html /

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–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUAdapter