d3dx9: Implement D3DXGetShaderVersion with tests 4/4

H. Verbeet hverbeet at gmail.com
Wed Apr 9 02:11:54 CDT 2008


On 08/04/2008, Luis Busquets <luis.busquets at 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.



More information about the wine-patches mailing list