mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 05:25:37 +00:00
Removed duplicate 2X_ATI_foo enum.
This commit is contained in:
parent
e05c5ed679
commit
e7b297ae86
|
@ -15,6 +15,8 @@
|
|||
# glext.h version number - this should be automatically updated,
|
||||
# when changing either enum or template spec files.
|
||||
|
||||
# Edited by StApostol: Revision 1
|
||||
|
||||
passthru:
|
||||
passthru: /* Header file version number, required by OpenGL ABI for Linux */
|
||||
passthru: /* glext.h last updated 2007/02/12 */
|
||||
|
@ -3351,7 +3353,6 @@ ATI_fragment_shader enum:
|
|||
QUARTER_BIT_ATI = 0x00000010
|
||||
EIGHTH_BIT_ATI = 0x00000020
|
||||
SATURATE_BIT_ATI = 0x00000040
|
||||
2X_BIT_ATI = 0x00000001
|
||||
COMP_BIT_ATI = 0x00000002
|
||||
NEGATE_BIT_ATI = 0x00000004
|
||||
BIAS_BIT_ATI = 0x00000008
|
||||
|
|
Loading…
Reference in a new issue