how to enable opengl 2.0 on my Gf go 6600 card?

Started by
2 comments, last by Kevin_Lethe 18 years, 4 months ago
i use windows xp sp2. and geforce go 6600 card. but i can't find any way to install opengl 2.0..... please help me.
Advertisement
Call glGetString on GL_VERSION, and print that out.

if it says 2.0, you can use 2.0 calls using wglGetProcAddress() (just like extensions). if it says somethning less, then your driver doesn't support 2.0.
enum Bool { True, False, FileNotFound };
Quote:Original post by hplus0603
... if it says somethning less, then your driver doesn't support 2.0.

It was implied but not directly stated:

You can get new drivers that support 2.0 from the NVIDIA driver page.
thanks all.

mission successed!~~~~~~~~~~~~~~`:)

This topic is closed to new replies.

Advertisement