WebGPU GPUAdapterInfo (requestAdapterInfo)
Information about the GPU, such as the vendor and its architecture, collected using the WebGPU API: navigator.gpu.requestAdapter().requestAdapterInfo()
It enables developers to obtain details about the user's GPU and to tailor their graphics rendering code to the capabilities of the user's hardware for optimal performance.
- NA
- Not available
{ "vendor": "", "architecture": "", "device": "", "description": "" }
{ "vendor": "amd", "architecture": "gcn-1", "device": "", "description": "" }
{ "vendor": "amd", "architecture": "gcn-4", "device": "", "description": "" }
{ "vendor": "amd", "architecture": "gcn-5", "device": "", "description": "" }
{ "vendor": "amd", "architecture": "rdna-1", "device": "", "description": "" }
{ "vendor": "amd", "architecture": "rdna-2", "device": "", "description": "" }
{ "vendor": "apple", "architecture": "common-3", "device": "", "description": "" }
{ "vendor": "apple", "architecture": "lovelace", "device": "", "description": "" }
{ "vendor": "arm", "architecture": "bifrost", "device": "", "description": "" }
{ "vendor": "arm", "architecture": "valhall", "device": "", "description": "" }
{ "vendor": "google", "architecture": "swiftshader", "device": "", "description": "" }
{ "vendor": "intel", "architecture": "gen-11", "device": "", "description": "" }
{ "vendor": "intel", "architecture": "gen-12lp", "device": "", "description": "" }
{ "vendor": "intel", "architecture": "gen-7", "device": "", "description": "" }
{ "vendor": "intel", "architecture": "gen-8", "device": "", "description": "" }
{ "vendor": "intel", "architecture": "gen-9", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "ampere", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "ampere", "device": "0x2560", "description": "NVIDIA GeForce RTX 3060 Laptop GPU" }
{ "vendor": "nvidia", "architecture": "kepler", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "lovelace", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "maxwell", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "pascal", "device": "", "description": "" }
{ "vendor": "nvidia", "architecture": "turing", "device": "", "description": "" }
{ "vendor": "qualcomm", "architecture": "adreno-6xx", "device": "", "description": "" }
{ "vendor": "qualcomm", "architecture": "adreno-7xx", "device": "", "description": "" }