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
bfb5064f
Commit
bfb5064f
authored
Nov 24, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winevulkan: Search for debug report callback from the start of the chain.
parent
29e5b682
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
vulkan.c
dlls/winevulkan/vulkan.c
+1
-3
No files found.
dlls/winevulkan/vulkan.c
View file @
bfb5064f
...
...
@@ -512,9 +512,7 @@ static VkResult wine_vk_instance_convert_create_info(struct conversion_context *
debug_utils_messenger
->
pUserData
=
&
object
->
utils_messengers
[
i
];
}
debug_report_callback
=
find_next_struct
(
header
->
pNext
,
VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT
);
if
(
debug_report_callback
)
if
((
debug_report_callback
=
find_next_struct
(
dst
->
pNext
,
VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT
)))
{
object
->
default_callback
.
instance
=
object
;
object
->
default_callback
.
debug_callback
=
VK_NULL_HANDLE
;
...
...
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