WVR_SetAMCModeΒΆ
WVR_EXPORT WVR_Result WVR_SetAMCMode(const WVR_AMCMode mode)
[Experimental feature] Set up AMC mode(OFF/Force_UMC/AUTO/Force_PMC). This function must be called ONCE before WVR_RenderInit to ensure AMC works.
- Parameters
mode
: AUTO mode is recommanded on CPU bound APP to keep the smoothess, and Force_UMC/PMC mode is for debuging, should not be use in release apk. Default mode is Off and mute all AMC feature.- Return Value
You should add WVR_RenderConfig_Initialize_UMC/PMC into WVR_RenderConfig while WVR_RenderInit to enable this feature.
For more information about AMC, click here.