just a comment

This commit is contained in:
Brian Paul 2004-06-11 22:47:47 +00:00
parent 5b05a187dc
commit 7aa0e6125d
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
/**
* Allocate memory for the software auxillary buffers associated with
* the given GLframebuffer. Free any currently allocated aux buffers
* first.
*/
void
_swrast_alloc_aux_buffers( GLframebuffer *buffer )
{