mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
529 B
15 lines
529 B
/******************************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 *);
|