On 26 February 2010 06:38, Paul-Andre Panon ppanon@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.