1'''Autogenerated by xml_generate script, do not edit!'''
2from OpenGL import platform as _p, arrays
3# Code generation uses this
4from OpenGL.raw.GL import _types as _cs
5# End users want this...
6from OpenGL.raw.GL._types import *
7from OpenGL.raw.GL import _errors
8from OpenGL.constant import Constant as _C
9
10import ctypes
11_EXTENSION_NAME = 'GL_AMD_stencil_operation_extended'
12def _f( function ):
13    return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_stencil_operation_extended',error_checker=_errors._error_checker)
14GL_REPLACE_VALUE_AMD=_C('GL_REPLACE_VALUE_AMD',0x874B)
15GL_SET_AMD=_C('GL_SET_AMD',0x874A)
16GL_STENCIL_BACK_OP_VALUE_AMD=_C('GL_STENCIL_BACK_OP_VALUE_AMD',0x874D)
17GL_STENCIL_OP_VALUE_AMD=_C('GL_STENCIL_OP_VALUE_AMD',0x874C)
18@_f
19@_p.types(None,_cs.GLenum,_cs.GLuint)
20def glStencilOpValueAMD(face,value):pass
21