Add missing OSMesaColorClamp function

This commit is contained in:
Alan Hourihane 2007-03-28 15:58:08 +01:00
parent 0420d8505a
commit ad766b5785

View file

@ -1570,6 +1570,7 @@ static struct name_function functions[] = {
{ "OSMesaGetDepthBuffer", (OSMESAproc) OSMesaGetDepthBuffer },
{ "OSMesaGetColorBuffer", (OSMESAproc) OSMesaGetColorBuffer },
{ "OSMesaGetProcAddress", (OSMESAproc) OSMesaGetProcAddress },
{ "OSMesaColorClamp", (OSMESAproc) OSMesaColorClamp },
{ NULL, NULL }
};