X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fgltypes.py;h=5256e598d3b3e8d840f50a8d483bf4ee13d143ee;hb=7c0362cdbe4dfae3c6ce0432d2fee16498288f2d;hp=2f565cd7c2aac9e7ea7ca1124ff5f084209fde42;hpb=ba42a90896aa3539bfc18d1327d5a73637b3d098;p=apitrace diff --git a/specs/gltypes.py b/specs/gltypes.py index 2f565cd..5256e59 100644 --- a/specs/gltypes.py +++ b/specs/gltypes.py @@ -230,3 +230,7 @@ GLbitfield_barrier = Flags(GLbitfield, [ "GL_ATOMIC_COUNTER_BARRIER_BIT", # 0x00001000 ]) +# GL_ARB_vertex_array_bgra +size_bgra = FakeEnum(GLint, [ + "GL_BGRA", +])