windows-nt/Source/XPSP1/NT/multimedia/opengl/server/generic/genclear.h
2020-09-26 16:20:57 +08:00

16 lines
529 B
C

/******************************Module*Header*******************************\
* Module Name: genclear.h
*
* Created: 03-Dec-1993 00:33:51
* Author: Gilman Wong [gilmanw]
*
* Copyright (c) 1992 Microsoft Corporation
*
\**************************************************************************/
void FASTCALL Index4Clear(__GLcolorBuffer *);
void FASTCALL Index8Clear(__GLcolorBuffer *);
void FASTCALL RGBClear(__GLcolorBuffer *);
void FASTCALL Bitfield16Clear(__GLcolorBuffer *);
void FASTCALL Bitfield32Clear(__GLcolorBuffer *);