Re: d3dx9: Implement D3DXGetShaderVersion with tests 4/4
9 Apr
2008
9 Apr
'08
7:11 a.m.
On 08/04/2008, Luis Busquets <luis.busquets(a)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.
6547
Age (days ago)
6547
Last active (days ago)
0 comments
1 participants
participants (1)
-
H. Verbeet