Spec-Zone.ru › Deno 1

GPUAdapter

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

Свойства

features: GPUSupportedFeatures
isFallbackAdapter: boolean
limits: GPUSupportedLimits

Методы

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

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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API