mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
added a comment
This commit is contained in:
parent
f9708e45ac
commit
9a888bdc2a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.154 2002/02/05 23:21:45 brianp Exp $ */
|
||||
/* $Id: context.c,v 1.155 2002/03/13 04:33:32 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -1965,6 +1965,7 @@ _mesa_get_current_context( void )
|
|||
/*
|
||||
* This should be called by device drivers just before they do a
|
||||
* swapbuffers. Any pending rendering commands will be executed.
|
||||
* XXX we should really rename this function to _mesa_flush() or something.
|
||||
*/
|
||||
void
|
||||
_mesa_swapbuffers(GLcontext *ctx)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue