Commit abd8becd authored by Troy Rollo's avatar Troy Rollo Committed by Alexandre Julliard

wined3d: Add missing GL_VERTEX_SHADER_ARB definition.

parent f1bd9ae2
......@@ -672,6 +672,7 @@ typedef unsigned int GLhandleARB;
#endif
#ifndef GL_ARB_vertex_shader
#define GL_ARB_vertex_shader 1
#define GL_VERTEX_SHADER_ARB 0x8B31
#define GL_PROGRAM_OBJECT_ARB 0x8B40
#define GL_SHADER_OBJECT_ARB 0x8B48
#define GL_OBJECT_TYPE_ARB 0x8B4E
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment