Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
e11d7c63
Commit
e11d7c63
authored
Jan 21, 2008
by
Jason Green
Committed by
Alexandre Julliard
Jan 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9 tests: Correct some typos.
parent
d9567b76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
visual.c
dlls/d3d9/tests/visual.c
+4
-4
No files found.
dlls/d3d9/tests/visual.c
View file @
e11d7c63
...
...
@@ -260,10 +260,10 @@ static void lighting_test(IDirect3DDevice9 *device)
ok
(
color
==
0x00ff0000
,
"Unlit quad without normals has color %08x
\n
"
,
color
);
color
=
getPixelColor
(
device
,
160
,
120
);
/* upper left quad - lit without normals */
ok
(
color
==
0x00000000
,
"Lit quad without normals has color %08x
\n
"
,
color
);
color
=
getPixelColor
(
device
,
480
,
360
);
/* lower left quad - unlit wi
d
th normals */
ok
(
color
==
0x000000ff
,
"Unlit quad wi
d
th normals has color %08x
\n
"
,
color
);
color
=
getPixelColor
(
device
,
480
,
120
);
/* upper left quad - lit wi
d
th normals */
ok
(
color
==
0x00000000
,
"Lit quad wi
d
th normals has color %08x
\n
"
,
color
);
color
=
getPixelColor
(
device
,
480
,
360
);
/* lower left quad - unlit with normals */
ok
(
color
==
0x000000ff
,
"Unlit quad with normals has color %08x
\n
"
,
color
);
color
=
getPixelColor
(
device
,
480
,
120
);
/* upper left quad - lit with normals */
ok
(
color
==
0x00000000
,
"Lit quad with normals has color %08x
\n
"
,
color
);
hr
=
IDirect3DDevice9_SetRenderState
(
device
,
D3DRS_LIGHTING
,
FALSE
);
ok
(
hr
==
D3D_OK
,
"IDirect3DDevice9_SetRenderState returned %s
\n
"
,
DXGetErrorString9
(
hr
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment