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.
 
 
 
 
 
 

18 lines
604 B

/******************************Module*Header*******************************\
* Module Name: genrgb.h
*
* Copyright (c) 1992 Microsoft Corporation
*
\**************************************************************************/
#ifndef __GENRGB_H__
#define __GENRGB_H__
extern void FASTCALL __glGenInitRGB(__GLcontext *glGc, __GLcolorBuffer *Cfb , GLenum type );
extern void FASTCALL __glGenFreeRGB(__GLcontext *glGc, __GLcolorBuffer *Cfb );
#define DITHER_INC(i) (((__GLfloat) (((i) << 1) + 1)) / (__GLfloat) (2 * __GL_DITHER_PRECISION))
extern __GLfloat fDitherIncTable[];
#endif /* !__GENRGB_H__ */