WebGPU Headers: WGPUAdapter methods
Functions whose first argument has type WGPUAdapter. More...
Functions | |
| void | wgpuAdapterGetFeatures (WGPUAdapter adapter, WGPUSupportedFeatures *features) |
| WGPUStatus | wgpuAdapterGetInfo (WGPUAdapter adapter, WGPUAdapterInfo *info) |
| WGPUStatus | wgpuAdapterGetLimits (WGPUAdapter adapter, WGPULimits *limits) |
| WGPUBool | wgpuAdapterHasFeature (WGPUAdapter adapter, WGPUFeatureName feature) |
| WGPUFuture | wgpuAdapterRequestDevice (WGPUAdapter adapter, WGPUDeviceDescriptor const *descriptor, WGPURequestDeviceCallbackInfo callbackInfo) |
| void | wgpuAdapterAddRef (WGPUAdapter adapter) |
| void | wgpuAdapterRelease (WGPUAdapter adapter) |
Functions whose first argument has type WGPUAdapter.
◆ wgpuAdapterGetFeatures()
Get the list of WGPUFeatureName values supported by the adapter.
- Parameters