implemented glFlush and glFinish
This commit is contained in:
parent
47b7e30c23
commit
ab6cad081f
|
@ -2572,13 +2572,13 @@ grErrorSetCallback( GrErrorCallbackFnc_t /*fnc*/ )
|
||||||
FX_ENTRY void FX_CALL
|
FX_ENTRY void FX_CALL
|
||||||
grFinish(void)
|
grFinish(void)
|
||||||
{
|
{
|
||||||
display_warning("grFinish");
|
glFinish();
|
||||||
}
|
}
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
FX_ENTRY void FX_CALL
|
||||||
grFlush(void)
|
grFlush(void)
|
||||||
{
|
{
|
||||||
display_warning("grFlush");
|
glFlush();
|
||||||
}
|
}
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
FX_ENTRY void FX_CALL
|
||||||
|
|
Loading…
Reference in New Issue