Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
59 | pj | 1 | #ifndef TR_SUPPORT_H |
2 | #define TR_SUPPORT_H |
||
3 | |||
4 | |||
5 | extern void trQueryConvolutionState( void ); |
||
6 | |||
7 | extern void trZeroGetterData( GLenum pname, GLsizei typesize, GLvoid * params ); |
||
8 | |||
9 | extern void trPrintColorTableData( GLenum pname, GLenum type, GLvoid * params ); |
||
10 | |||
11 | extern void trWriteTypeArray( GLenum type, GLsizei width, GLsizei pixelsize, GLint start, const GLvoid * ptr ); |
||
12 | |||
13 | extern GLint trGetPixelSize( GLenum format, GLenum type ); |
||
14 | |||
15 | |||
16 | #endif |