windows-nt/Source/XPSP1/NT/multimedia/opengl/server/generic/genci.h
2020-09-26 16:20:57 +08:00

10 lines
287 B
C

#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__ */