I am using QueryPerformanceCounter (and for checking also clock()). Both gave +- same results in ms. But if I measure time on my stopwatch
C++ timer says 10ms, but its rubbish. Application (computer) freezes for about 30 seconds during shader execution.
How can I measure this ?
Thanks






