Mercurial > mplayer.hg
comparison libvo/gl_common.c @ 16270:d5374d07492a
Fix crash in windows
author | reimar |
---|---|
date | Fri, 19 Aug 2005 12:09:44 +0000 |
parents | d7856c2232d0 |
children | a87c6cf3fe52 |
comparison
equal
deleted
inserted
replaced
16269:6a94def226d7 | 16270:d5374d07492a |
---|---|
20 void (APIENTRY *MultiTexCoord2f)(GLenum, GLfloat, GLfloat); | 20 void (APIENTRY *MultiTexCoord2f)(GLenum, GLfloat, GLfloat); |
21 void (APIENTRY *BindProgram)(GLenum, GLuint); | 21 void (APIENTRY *BindProgram)(GLenum, GLuint); |
22 void (APIENTRY *ProgramString)(GLenum, GLenum, GLsizei, const GLvoid *); | 22 void (APIENTRY *ProgramString)(GLenum, GLenum, GLsizei, const GLvoid *); |
23 void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat, | 23 void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat, |
24 GLfloat, GLfloat); | 24 GLfloat, GLfloat); |
25 int (*SwapInterval)(int); | 25 int (APIENTRY *SwapInterval)(int); |
26 | 26 |
27 /** | 27 /** |
28 * \brief adjusts the GL_UNPACK_ALGNMENT to fit the stride. | 28 * \brief adjusts the GL_UNPACK_ALGNMENT to fit the stride. |
29 * \param stride number of bytes per line for which alignment should fit. | 29 * \param stride number of bytes per line for which alignment should fit. |
30 */ | 30 */ |