WVR_GetWaveRuntimeVersion

WVR_EXPORT uint32_t WVR_GetWaveRuntimeVersion()

Get the runtime version.

Return
Retrieves the runtime version. It is considered an error if the returned value is 0.
Version
API Level 1

How to use

Here is an example for the function:

#include <wvr/wvr.h>

uint32_t version;
version = WVR_GetWaveRuntimeVersion();