7 Jul
2014
7 Jul
'14
6:17 a.m.
On 5 July 2014 13:06, Stefan Dösinger <stefandoesinger(a)gmail.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 2014-07-04 00:40, schrieb Andrei Slăvoiu:
+enum wined3d_d3d_level +{ + D3D5, + D3D6, + D3D7, + D3D8, + D3D9_SM2, + D3D9_SM3, + D3D10, + D3D11, +}; I'd prefer enum values like D3D_LEVEL_5 etc. I think D3Dx is too short and generic.
I think we'd want that to be WINED3D_D3D_LEVEL_5, etc.