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
a7c9c793
Commit
a7c9c793
authored
Nov 16, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the WINED3DVECTOR typedef.
parent
18a7653c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wined3d.h
include/wine/wined3d.h
+4
-4
No files found.
include/wine/wined3d.h
View file @
a7c9c793
...
...
@@ -1525,12 +1525,12 @@ struct wined3d_color
float
a
;
};
typedef
struct
_WINED3DVECTOR
struct
wined3d_vec3
{
float
x
;
float
y
;
float
z
;
}
WINED3DVECTOR
;
};
typedef
struct
_WINED3DMATRIX
{
...
...
@@ -1553,8 +1553,8 @@ typedef struct _WINED3DLIGHT
struct
wined3d_color
Diffuse
;
struct
wined3d_color
Specular
;
struct
wined3d_color
Ambient
;
WINED3DVECTOR
Position
;
WINED3DVECTOR
Direction
;
struct
wined3d_vec3
Position
;
struct
wined3d_vec3
Direction
;
float
Range
;
float
Falloff
;
float
Attenuation0
;
...
...
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