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
f3ff8584
Commit
f3ff8584
authored
Nov 09, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Dec 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Make a couple of variables const.
parent
4c656372
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
shader_spirv.c
dlls/wined3d/shader_spirv.c
+2
-2
No files found.
dlls/wined3d/shader_spirv.c
View file @
f3ff8584
...
...
@@ -613,7 +613,7 @@ static bool shader_spirv_resource_bindings_init(struct shader_spirv_resource_bin
struct
wined3d_shader_resource_bindings
*
wined3d_bindings
,
const
struct
wined3d_state
*
state
,
uint32_t
shader_mask
)
{
struct
vkd3d_shader_scan_descriptor_info
*
descriptor_info
;
const
struct
vkd3d_shader_scan_descriptor_info
*
descriptor_info
;
enum
wined3d_shader_descriptor_type
wined3d_type
;
enum
vkd3d_shader_visibility
shader_visibility
;
enum
wined3d_shader_type
shader_type
;
...
...
@@ -652,7 +652,7 @@ static bool shader_spirv_resource_bindings_init(struct shader_spirv_resource_bin
for
(
i
=
0
;
i
<
descriptor_info
->
descriptor_count
;
++
i
)
{
struct
vkd3d_shader_descriptor_info
*
d
=
&
descriptor_info
->
descriptors
[
i
];
const
struct
vkd3d_shader_descriptor_info
*
d
=
&
descriptor_info
->
descriptors
[
i
];
uint32_t
flags
;
if
(
d
->
register_space
)
...
...
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