cut timer functions in 3.0

Hi,

I’m trying to port some older code to the latest SDK for running on Fermi. This code uses the cut timer functions (cutCreateTimer, cutStartTimer, etc) that used to be found in cutil.h in pre 3.0 SDKs.

In the new SDK I can’t seem to find these functions. It’s not a huge problem to replace them but I was wondering if they are still in the SDK somewhere and if so where, and if not why they were removed.

They’re in my cutil.h (in version 3.1). Pretty sure they were there in 3.0 too though.

Don’t all the SDK examples use them? You should be able to look at them and figure out where they’re located if it is actually somewhere other than cutil.h.

They’re in my cutil.h (in version 3.1). Pretty sure they were there in 3.0 too though.

Don’t all the SDK examples use them? You should be able to look at them and figure out where they’re located if it is actually somewhere other than cutil.h.