blob: 0c86dd09a487d5f2c4b6e38dd9476b470a339123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _TNL_FEATURES_H
#define _TNL_FEATURES_H
#include "main/mtypes.h"
#if FEATURE_rastpos
extern void
_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
#endif
#endif /* _TNL_FEATURES_H */
|