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
2e7add90
Commit
2e7add90
authored
Apr 19, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the unused wined3d_strided_data structure.
parent
ee6d17cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
wined3d.h
include/wine/wined3d.h
+0
-17
No files found.
include/wine/wined3d.h
View file @
2e7add90
...
...
@@ -1712,23 +1712,6 @@ struct wined3d_box
UINT
back
;
};
struct
wined3d_strided_element
{
enum
wined3d_format_id
format
;
/* Format of the data */
const
BYTE
*
data
;
/* Pointer to start of data */
UINT
stride
;
/* Stride between occurrences of this data */
};
struct
wined3d_strided_data
{
struct
wined3d_strided_element
position
;
struct
wined3d_strided_element
normal
;
struct
wined3d_strided_element
diffuse
;
struct
wined3d_strided_element
specular
;
struct
wined3d_strided_element
tex_coords
[
WINED3DDP_MAXTEXCOORD
];
BOOL
position_transformed
;
};
struct
wined3d_vertex_shader_caps
{
DWORD
caps
;
...
...
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