mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 00:41:19 +00:00
- Grubber's gl-type patch.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1499 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
766b0d5713
commit
a56d4da199
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
#define APIENTRY
|
||||
#endif // __APPLE__
|
||||
|
||||
#ifndef PFNGLMULTITEXCOORD2FPROC
|
||||
typedef void (APIENTRYP PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
|
||||
#endif
|
||||
#ifndef PFNGLMULTITEXCOORD2FVPROC
|
||||
typedef void (APIENTRYP PFNGLMULTITEXCOORD2FVPROC) (GLenum target, const GLfloat *v);
|
||||
#endif
|
||||
|
||||
enum RenderFlags
|
||||
{
|
||||
RFL_NPOT_TEXTURE=1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue