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.
void wgpuAdapterGetFeatures | ( | WGPUAdapter | adapter, |
WGPUSupportedFeatures * | features ) |
Get the list of WGPUFeatureName values supported by the adapter.
features | This parameter is Returned with Ownership. |
WGPUStatus wgpuAdapterGetInfo | ( | WGPUAdapter | adapter, |
WGPUAdapterInfo * | info ) |
info | This parameter is Returned with Ownership. |
WGPUStatus wgpuAdapterGetLimits | ( | WGPUAdapter | adapter, |
WGPULimits * | limits ) |