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
30437f9f
Commit
30437f9f
authored
Jul 16, 2014
by
Henri Verbeet
Committed by
Alexandre Julliard
Jul 16, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9/tests: Get rid of struct vertex_floatcolor.
parent
0cae65d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
visual.c
dlls/d3d9/tests/visual.c
+10
-10
No files found.
dlls/d3d9/tests/visual.c
View file @
30437f9f
...
...
@@ -7943,11 +7943,6 @@ done:
DestroyWindow
(
window
);
}
struct
vertex_floatcolor
{
float
x
,
y
,
z
;
float
r
,
g
,
b
,
a
;
};
static
void
fixed_function_decl_test
(
void
)
{
IDirect3DVertexDeclaration9
*
dcl_float
=
NULL
,
*
dcl_short
=
NULL
,
*
dcl_ubyte
=
NULL
,
*
dcl_color
=
NULL
;
...
...
@@ -8029,12 +8024,17 @@ static void fixed_function_decl_test(void)
{{
1
.
0
f
,
-
1
.
0
f
,
0
.
1
f
},
{
0x0000
,
0x0000
,
0xffff
,
0xffff
}},
{{
1
.
0
f
,
0
.
0
f
,
0
.
1
f
},
{
0x0000
,
0x0000
,
0xffff
,
0xffff
}},
};
static
const
struct
vertex_floatcolor
quad4
[]
=
static
const
struct
{
struct
vec3
position
;
struct
vec4
color
;
}
quad4
[]
=
{
{
0
.
0
f
,
0
.
0
f
,
0
.
1
f
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
{
0
.
0
f
,
1
.
0
f
,
0
.
1
f
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
{
1
.
0
f
,
0
.
0
f
,
0
.
1
f
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
{
1
.
0
f
,
1
.
0
f
,
0
.
1
f
,
1
.
0
,
0
.
0
,
0
.
0
,
0
.
0
},
{
{
0
.
0
f
,
0
.
0
f
,
0
.
1
f
},
{
1
.
0
f
,
0
.
0
f
,
0
.
0
f
,
0
.
0
f
}
},
{
{
0
.
0
f
,
1
.
0
f
,
0
.
1
f
},
{
1
.
0
f
,
0
.
0
f
,
0
.
0
f
,
0
.
0
f
}
},
{
{
1
.
0
f
,
0
.
0
f
,
0
.
1
f
},
{
1
.
0
f
,
0
.
0
f
,
0
.
0
f
,
0
.
0
f
}
},
{
{
1
.
0
f
,
1
.
0
f
,
0
.
1
f
},
{
1
.
0
f
,
0
.
0
f
,
0
.
0
f
,
0
.
0
f
}
},
};
static
const
DWORD
colors
[]
=
{
...
...
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