Ti4200 fragment_program ext not found. Help pls

I have a Ti4200 128MB card with the latest nvidia driver(78.xx). I found a couple of simple programs to try which using only ARBvp1.0 and ARBfp1.0 but all I get is “GL_ARB_fragment_program extension not found” error. Any ideas? Thanks.

GeForce 4 GPUs do not support the GL_ARB_fragment_program extension. For per pixel programmability you’ll need to use the GL_NV_register_combiners and GL_NV_texture_shader extensions.

jra101, thanks!!
I know this is opengl forum but…

Would Ti4200 GPUs be able to run vp and ps on Directx 9.0c?

With DirectX, you can use the vs1.1 and ps1.3 profiles.

Thanks a lot!!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.