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
26dd1ed0
Commit
26dd1ed0
authored
May 10, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
May 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the SHADER_LIMITS typedef.
parent
00a5f385
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
wined3d_private.h
dlls/wined3d/wined3d_private.h
+4
-3
No files found.
dlls/wined3d/wined3d_private.h
View file @
26dd1ed0
...
...
@@ -2557,7 +2557,8 @@ typedef struct local_constant {
DWORD
value
[
4
];
}
local_constant
;
typedef
struct
SHADER_LIMITS
{
struct
wined3d_shader_limits
{
unsigned
int
temporary
;
unsigned
int
texcoord
;
unsigned
int
sampler
;
...
...
@@ -2569,7 +2570,7 @@ typedef struct SHADER_LIMITS {
unsigned
int
packed_input
;
unsigned
int
attributes
;
unsigned
int
label
;
}
SHADER_LIMITS
;
};
#ifdef __GNUC__
#define PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))
...
...
@@ -2606,7 +2607,7 @@ struct wined3d_pixel_shader
struct
wined3d_shader
{
LONG
ref
;
SHADER_LIMITS
limits
;
struct
wined3d_shader_limits
limits
;
DWORD
*
function
;
UINT
functionLength
;
BOOL
load_local_constsF
;
...
...
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