Source code of Windows XP (NT5)
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

  1. /******************************Module*Header*******************************\
  2. * Module Name: genclear.h
  3. *
  4. * Created: 03-Dec-1993 00:33:51
  5. * Author: Gilman Wong [gilmanw]
  6. *
  7. * Copyright (c) 1992 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. void FASTCALL Index4Clear(__GLcolorBuffer *);
  11. void FASTCALL Index8Clear(__GLcolorBuffer *);
  12. void FASTCALL RGBClear(__GLcolorBuffer *);
  13. void FASTCALL Bitfield16Clear(__GLcolorBuffer *);
  14. void FASTCALL Bitfield32Clear(__GLcolorBuffer *);