Definition
WebGPU defines GPURequestAdapterOptions
dictionary GPURequestAdapterOptions {
DOMString featureLevel = "core";
GPUPowerPreference powerPreference;
boolean forceFallbackAdapter = false;
};
GPURequestAdapterOptions
dictionaryWebGPU defines GPURequestAdapterOptions
dictionary GPURequestAdapterOptions {
DOMString featureLevel = "core";
GPUPowerPreference powerPreference;
boolean forceFallbackAdapter = false;
};