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
e7183062
Commit
e7183062
authored
Nov 03, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Make some parameters to shader_generate_arb_declarations() const.
parent
3f11631e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+3
-3
No files found.
dlls/wined3d/arb_program_shader.c
View file @
e7183062
...
...
@@ -725,10 +725,10 @@ static DWORD *local_const_mapping(const struct wined3d_shader *shader)
}
/* Generate the variable & register declarations for the ARB_vertex_program output target */
static
DWORD
shader_generate_arb_declarations
(
struct
wined3d_shader
*
shader
,
static
DWORD
shader_generate_arb_declarations
(
const
struct
wined3d_shader
*
shader
,
const
struct
wined3d_shader_reg_maps
*
reg_maps
,
struct
wined3d_shader_buffer
*
buffer
,
const
struct
wined3d_gl_info
*
gl_info
,
DWORD
*
lconst_map
,
DWORD
*
num_clipplanes
,
struct
shader_arb_ctx_priv
*
ctx
)
const
struct
wined3d_gl_info
*
gl_info
,
const
DWORD
*
lconst_map
,
DWORD
*
num_clipplanes
,
const
struct
shader_arb_ctx_priv
*
ctx
)
{
DWORD
i
,
next_local
=
0
;
char
pshader
=
shader_is_pshader_version
(
reg_maps
->
shader_version
.
type
);
...
...
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