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

10 lines
287 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __GENCI_H__
#define __GENCI_H__
void FASTCALL __glGenInitCI(__GLcontext *gc, __GLcolorBuffer *cfb, GLenum type);
void FASTCALL __glGenFreeCI(__GLcontext *gc, __GLcolorBuffer *cfb);
GLuint FASTCALL ColorToIndex( __GLGENcontext *genGc, GLuint color );
#endif /* !__GENCI_H__ */