deno / latest / ~ / gpuadapter.html

GPUAdapter

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

Properties

isFallbackAdapter: boolean

Methods

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

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