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
da354931
Commit
da354931
authored
Dec 06, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the buffer_object_size field from struct wined3d_buffer.
parent
c607ce5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
buffer.c
dlls/wined3d/buffer.c
+0
-1
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-1
No files found.
dlls/wined3d/buffer.c
View file @
da354931
...
...
@@ -189,7 +189,6 @@ static void buffer_create_buffer_object(struct wined3d_buffer *This, struct wine
goto
fail
;
}
This
->
buffer_object_size
=
This
->
resource
.
size
;
This
->
buffer_object_usage
=
gl_usage
;
if
(
This
->
flags
&
WINED3D_BUFFER_DOUBLEBUFFER
)
...
...
dlls/wined3d/wined3d_private.h
View file @
da354931
...
...
@@ -2552,7 +2552,6 @@ struct wined3d_buffer
GLuint
buffer_object
;
GLenum
buffer_object_usage
;
GLenum
buffer_type_hint
;
UINT
buffer_object_size
;
DWORD
flags
;
struct
wined3d_map_range
*
maps
;
...
...
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