mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Add missing OSMesaColorClamp function
This commit is contained in:
parent
0420d8505a
commit
ad766b5785
1 changed files with 1 additions and 0 deletions
|
|
@ -1570,6 +1570,7 @@ static struct name_function functions[] = {
|
|||
{ "OSMesaGetDepthBuffer", (OSMESAproc) OSMesaGetDepthBuffer },
|
||||
{ "OSMesaGetColorBuffer", (OSMESAproc) OSMesaGetColorBuffer },
|
||||
{ "OSMesaGetProcAddress", (OSMESAproc) OSMesaGetProcAddress },
|
||||
{ "OSMesaColorClamp", (OSMESAproc) OSMesaColorClamp },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue