Functions that are not specific to an object. More...
Functions | |
WGPUInstance | wgpuCreateInstance (WGPUInstanceDescriptor const *descriptor) |
WGPUStatus | wgpuGetInstanceCapabilities (WGPUInstanceCapabilities *capabilities) |
WGPUProc | wgpuGetProcAddress (WGPUStringView procName) |
Functions that are not specific to an object.
WGPUInstance wgpuCreateInstance | ( | WGPUInstanceDescriptor const * | descriptor | ) |
Create a WGPUInstance
WGPUStatus wgpuGetInstanceCapabilities | ( | WGPUInstanceCapabilities * | capabilities | ) |
Query the supported instance capabilities.
capabilities | The supported instance capabilities |
WGPUProc wgpuGetProcAddress | ( | WGPUStringView | procName | ) |
Returns the "procedure address" (function pointer) of the named function. The result must be cast to the appropriate proc pointer type.