On 08/04/2008, Luis Busquets luis.busquets@ilidium.com wrote:
This patch implements D3DXGetShaderVersion and adds tests to two simple shader which have been extrated from d3d9/tests/shader.c
- compare_shader_versions (simple_vs, 0xFFFE0101);
- compare_shader_versions (simple_ps, 0xFFFF0101);
D3DVS_VERSION(1, 1) and D3DPS_VERSION(1, 1) would be more appropriate than 0xFFFE0101 and 0xFFFF0101 here.