d3d9: Correct some shader comments.

This commit is contained in:
H. Verbeet 2008-07-17 22:42:00 +02:00 committed by Alexandre Julliard
parent 0bebad66f7
commit c876c929a2
1 changed files with 7 additions and 7 deletions

View File

@ -5335,10 +5335,10 @@ static void vshader_version_varying_test(IDirect3DDevice9 *device) {
0x0200001f, 0x8001000a, 0x900f0003, /* dcl_color1 v3 */
0x0200001f, 0x8000000b, 0x900f0004, /* dcl_fog v4 */
0x0200001f, 0x80030005, 0x900f0005, /* dcl_texcoord3 v5 */
0x0200001f, 0x80000003, 0x900f0006,
0x0200001f, 0x80000006, 0x900f0007,
0x0200001f, 0x80000001, 0x900f0008,
0x0200001f, 0x8000000c, 0x900f0009,
0x0200001f, 0x80000003, 0x900f0006, /* dcl_normal v6 */
0x0200001f, 0x80000006, 0x900f0007, /* dcl_tangent v7 */
0x0200001f, 0x80000001, 0x900f0008, /* dcl_blendweight v8 */
0x0200001f, 0x8000000c, 0x900f0009, /* dcl_depth v9 */
0x02000001, 0x800f0000, 0xa0e40000, /* mov r0, c0 */
0x0200001b, 0xf0e40800, 0xf0e40000, /* loop aL, i0 */
@ -5371,9 +5371,9 @@ static void vshader_version_varying_test(IDirect3DDevice9 *device) {
DWORD vs_2_code[] = {
0xfffe0200, /* vs_2_0 */
0x0200001f, 0x80000000, 0x900f0000, /* dcl_position v0 */
0x05000051, 0xa00f0000, 0x3dcccccd, 0x00000000, 0x00000000, 0x00000000, /* def c0, 0.5, 0.0, 0.0, 0.0 */
0x05000051, 0xa00f0001, 0x00000000, 0x3e4ccccd, 0x00000000, 0x00000000, /* def c1, 0.0, 0.5, 0.0, 0.0 */
0x05000051, 0xa00f0002, 0x00000000, 0x00000000, 0x3ecccccd, 0x00000000, /* def c2, 0.0, 0.0, 0.5, 0.0 */
0x05000051, 0xa00f0000, 0x3dcccccd, 0x00000000, 0x00000000, 0x00000000, /* def c0, 0.1, 0.0, 0.0, 0.0 */
0x05000051, 0xa00f0001, 0x00000000, 0x3e4ccccd, 0x00000000, 0x00000000, /* def c1, 0.0, 0.2, 0.0, 0.0 */
0x05000051, 0xa00f0002, 0x00000000, 0x00000000, 0x3ecccccd, 0x00000000, /* def c2, 0.0, 0.0, 0.4, 0.0 */
0x05000051, 0xa00f0003, 0x3f800000, 0x3f800000, 0x3f800000, 0x3f800000, /* def c3, 1.0, 1.0, 1.0, 1.0 */
0x02000001, 0xd00f0000, 0xa0e40002, /* mov oD0, c2 */
0x02000001, 0xd00f0001, 0xa0e40000, /* mov oD1, c0 */