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
0057357f
Commit
0057357f
authored
Jan 06, 2023
by
Zebediah Figura
Committed by
Alexandre Julliard
Aug 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Move struct wined3d_rendertarget_info to wined3d_gl.h.
parent
ca954a05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
wined3d_gl.h
dlls/wined3d/wined3d_gl.h
+14
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-15
No files found.
dlls/wined3d/wined3d_gl.h
View file @
0057357f
...
...
@@ -550,4 +550,18 @@ struct wined3d_pipeline_statistics_query
BOOL
started
;
};
struct
wined3d_gl_view
{
GLenum
target
;
GLuint
name
;
};
struct
wined3d_rendertarget_info
{
struct
wined3d_gl_view
gl_view
;
struct
wined3d_resource
*
resource
;
unsigned
int
sub_resource_idx
;
unsigned
int
layer_count
;
};
#endif
/* __WINE_WINED3D_GL */
dlls/wined3d/wined3d_private.h
View file @
0057357f
...
...
@@ -1882,29 +1882,15 @@ struct wined3d_query
bool
poll_in_cs
;
};
#include "wined3d_gl.h"
#define WINED3D_QUERY_POOL_SIZE 256
struct
wined3d_gl_view
{
GLenum
target
;
GLuint
name
;
};
struct
wined3d_range
{
unsigned
int
offset
;
unsigned
int
size
;
};
struct
wined3d_rendertarget_info
{
struct
wined3d_gl_view
gl_view
;
struct
wined3d_resource
*
resource
;
unsigned
int
sub_resource_idx
;
unsigned
int
layer_count
;
};
#include "wined3d_gl.h"
struct
wined3d_fb_state
{
...
...
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