Texture combiners VS Fragment Programs

Started by
1 comment, last by b3rs3rk 19 years, 1 month ago
I dunno if this is usual or not, but to me it sounds strange. Some times ago i wrote a demo on dot3 bump mapping using textures combiners. In this demo the framerate was ~250 (i rendered only a single quad). Last week i re-wrote the demo using cg, but now the framerate is ~60! The scene is the same, the vertex and the pixel shaders are EXTREMELY simple (i only apply bump mapping, nothing more), so what's the problem? I'm working on a Athlon Xp 2600+ with a GeFo5700 256..
Advertisement
a framerate of 60 sounds suspiciously like you have vsync enabled. this caps the framerate of your app to the refresh rate of the monitor. assuming you don't have an LCD and can thus muck about with the refresh rate of the monitor, try setting it to something else and see if your app speeds up. alternitevly, assuming you have some nice consumer graphcs card, disable vsync in the card settings place (typically buried somewhere in the desktop properties window thinger).

-me
vsync was the first thing i've controlled...no, it's disabled :\

This topic is closed to new replies.

Advertisement