implementation

What is the algorithim or c language coding for glBegin opengl command?

function search_google()
{
char search[] = “OpenGL Tutorials”;
data results;

results = google(search);

read(results);
}

Another way is the documentation available on this website…

@initial poster

You can find the source code for glBegin()
at www.mesa3d.org. Mesa is a open source implementation of OpenGL.