MCPcopy Create free account
hub / github.com/bo3b/3Dmigoto / NvAPI_Stereo_CreateConfigurationProfileRegistryKey

Function NvAPI_Stereo_CreateConfigurationProfileRegistryKey

NVAPI/DllMain.cpp:610–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 return (*_NvAPI_D3D9_VideoSetStereoInfo)(pDev, pStereoInfo);
609}
610static NvAPI_Status __cdecl NvAPI_Stereo_CreateConfigurationProfileRegistryKey(
611 NV_STEREO_REGISTRY_PROFILE_TYPE registryProfileType)
612{
613 LogCall("%s - Stereo_CreateConfigurationProfileRegistryKey called width type = %d\n", LogTime().c_str(),
614 registryProfileType);
615 return (*_NvAPI_Stereo_CreateConfigurationProfileRegistryKey)(registryProfileType);
616}
617static NvAPI_Status __cdecl NvAPI_Stereo_DeleteConfigurationProfileRegistryKey(
618 NV_STEREO_REGISTRY_PROFILE_TYPE registryProfileType)
619{

Callers 4

ParamTextureManagerMethod · 0.85
EnableStereoFunction · 0.85
CheckStereoFunction · 0.85
CheckStereoFunction · 0.85

Calls 1

LogTimeFunction · 0.50

Tested by

no test coverage detected