windows-nt/Source/XPSP1/NT/multimedia/opengl/server/generic/genrgb.h

19 lines
604 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/******************************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__ */