Add fix for missing mali constants
This commit is contained in:
parent
f244ef2525
commit
0692a9c6fb
1 changed files with 13 additions and 0 deletions
|
@ -10,6 +10,19 @@ extern LPDIRECT3DDEVICE9 vid_d3d9dev;
|
|||
#include "intoverflow.h"
|
||||
#include "dpsoftrast.h"
|
||||
|
||||
|
||||
#ifndef GL_HALF_FLOAT_ARB
|
||||
#define GL_HALF_FLOAT_ARB 0x140B
|
||||
#endif
|
||||
|
||||
#ifndef GL_RGBA16F
|
||||
#define GL_RGBA16F 0x881A
|
||||
#endif
|
||||
|
||||
#ifndef GL_RGBA32F
|
||||
#define GL_RGBA32F 0x8814
|
||||
#endif
|
||||
|
||||
#ifndef GL_TEXTURE_3D
|
||||
#define GL_TEXTURE_3D 0x806F
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue