I have directx9 application and a problem with nVidia's stereo api (automatic mode). Commands like NvAPI_Stereo_Activate()
start working ONLY after first present()
on directx device. All nvapi initialization was done well (got everywhere NvAPI_OK
).
Asked
Active
Viewed 162 times
0

DuckMaestro
- 15,232
- 11
- 67
- 85

ForceKeeper
- 5
- 2
-
What about a workaround with an "warmup" `present()`? – DuckMaestro Aug 24 '13 at 00:17
-
Yes, that is the option, but making NvApi work right - better – ForceKeeper Aug 27 '13 at 08:13