mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 12:48:30 +02:00
added GL_ARB_point_sprite tokens
This commit is contained in:
parent
93dc6942eb
commit
3eb0edb31f
1 changed files with 10 additions and 0 deletions
|
|
@ -2261,6 +2261,16 @@ typedef void (APIENTRYP PFNGLGETQUERYOBJECTUIVARBPROC)(GLuint id, GLenum pname,
|
|||
#endif /* GL_ARB_occlusion_query */
|
||||
|
||||
|
||||
/* XXX temporary until glext.h is updated! */
|
||||
#ifndef GL_ARB_point_sprite
|
||||
#define GL_ARB_point_sprite 1
|
||||
|
||||
#define GL_POINT_SPRITE_ARB 0x8861
|
||||
#define GL_COORD_REPLACE_ARB 0x8862
|
||||
|
||||
#endif /* GL_ARB_point_sprite */
|
||||
|
||||
|
||||
#ifndef GL_MESA_program_debug
|
||||
#define GL_MESA_program_debug 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue