Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
863da013
Commit
863da013
authored
Dec 17, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Fix some constant conversion warnings.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4429b9f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mesh.c
dlls/d3dx9_36/tests/mesh.c
+3
-3
No files found.
dlls/d3dx9_36/tests/mesh.c
View file @
863da013
...
...
@@ -7484,9 +7484,9 @@ static void test_weld_vertices(void)
{{
2
.
0
f
,
3
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
{{
0
.
0
f
,
0
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
{{
3
.
0
f
,
3
.
0
f
,
0
.
f
},
{
65535
,
65535
,
65535
,
65535
}},
{{
3
.
0
f
,
3
.
0
f
,
0
.
f
},
{
-
1
,
-
1
,
-
1
,
-
1
}},
{{
3
.
0
f
,
0
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
{{
1
.
0
f
,
0
.
0
f
,
0
.
f
},
{
65534
,
65534
,
65534
,
65534
}},
{{
1
.
0
f
,
0
.
0
f
,
0
.
f
},
{
-
2
,
-
2
,
-
2
,
-
2
}},
};
const
DWORD
indices22
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
};
const
DWORD
attributes22
[]
=
{
0
,
0
};
...
...
@@ -7501,7 +7501,7 @@ static void test_weld_vertices(void)
{{
2
.
0
f
,
3
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
{{
0
.
0
f
,
0
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
{{
2
.
0
f
,
3
.
0
f
,
0
.
f
},
{
65535
,
65535
,
65535
,
65535
}},
{{
2
.
0
f
,
3
.
0
f
,
0
.
f
},
{
-
1
,
-
1
,
-
1
,
-
1
}},
{{
3
.
0
f
,
0
.
0
f
,
0
.
f
},
{
0
,
0
,
0
,
0
}},
};
const
DWORD
exp_indices22
[]
=
{
0
,
1
,
2
,
3
,
4
,
2
};
...
...
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