deno / latest / ~ / gpuadapterinfo.html

GPUAdapterInfo

class GPUAdapterInfo {
    
readonly architecture: string;
readonly description: string;
readonly device: string;
readonly vendor: string;
}

Properties

architecture: string
description: string
device: string
vendor: string

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