Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5dd286d0
Commit
5dd286d0
authored
Jan 10, 2014
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Make rebind_fbo in struct wined3d_context a bitfield.
parent
51cdeeac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-2
No files found.
dlls/wined3d/wined3d_private.h
View file @
5dd286d0
...
...
@@ -1083,7 +1083,8 @@ struct wined3d_context
DWORD
lastWasPow2Texture
:
8
;
/* MAX_TEXTURES, 8 */
DWORD
fixed_function_usage_map
:
8
;
/* MAX_TEXTURES, 8 */
DWORD
lowest_disabled_stage
:
4
;
/* Max MAX_TEXTURES, 8 */
DWORD
padding
:
20
;
DWORD
rebind_fbo
:
1
;
DWORD
padding
:
19
;
DWORD
shader_update_mask
;
DWORD
constant_update_mask
;
DWORD
numbered_array_mask
;
...
...
@@ -1116,7 +1117,6 @@ struct wined3d_context
struct
fbo_entry
*
current_fbo
;
GLuint
fbo_read_binding
;
GLuint
fbo_draw_binding
;
BOOL
rebind_fbo
;
struct
wined3d_surface
**
blit_targets
;
GLenum
*
draw_buffers
;
DWORD
draw_buffers_mask
;
/* Enabled draw buffers, 31 max. */
...
...
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