WGPURequest Adapter Options
TODO
Properties
Link copied to clipboard
If set, requires the adapter to have a particular backend type. If this is not possible, the request returns null.
Link copied to clipboard
If set, requires the adapter to be able to output to a particular surface. If this is not possible, the request returns null.
Link copied to clipboard
"Feature level" for the adapter request. If an adapter is returned, it must support the features and limits in the requested feature level.
Link copied to clipboard
If true, requires the adapter to be a "fallback" adapter as defined by the JS spec. If this is not possible, the request returns null.
Link copied to clipboard
Link copied to clipboard
TODO