26 Feb
2010
26 Feb
'10
10:11 a.m.
On 26 February 2010 06:38, Paul-Andre Panon <ppanon(a)shaw.ca> wrote:
+enum wined3d_gl_vendor +{ + GL_VENDOR_WINE = 0x0000, + GL_VENDOR_MESA = 0x0001, + GL_VENDOR_APPLE = 0x0002, + GL_VENDOR_ATI = 0x1002, + GL_VENDOR_NVIDIA = 0x10de, + GL_VENDOR_INTEL = 0x8086, +}; These enum members shouldn't need specific values.