featureLevel

actual abstract var featureLevel: WGPUFeatureLevel
expect abstract var featureLevel: WGPUFeatureLevel

"Feature level" for the adapter request. If an adapter is returned, it must support the features and limits in the requested feature level.

Implementations may ignore @ref WGPUFeatureLevel_Compatibility and provide @ref WGPUFeatureLevel_Core instead. @ref WGPUFeatureLevel_Core is the default in the JS API, but in C, this field is required (must not be undefined).

actual abstract var featureLevel: WGPUFeatureLevel
actual abstract var featureLevel: WGPUFeatureLevel