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
565917d5
Commit
565917d5
authored
Apr 19, 2023
by
Giovanni Mascellani
Committed by
Alexandre Julliard
Jun 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi: Rename d3d12_swapchain_prepare_command_buffers().
parent
eec9c3a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
swapchain.c
dlls/dxgi/swapchain.c
+2
-2
No files found.
dlls/dxgi/swapchain.c
View file @
565917d5
...
...
@@ -1454,7 +1454,7 @@ static VkResult d3d12_swapchain_record_swapchain_blit(struct d3d12_swapchain *sw
return
vr
;
}
static
HRESULT
d3d12_swapchain_
prepar
e_command_buffers
(
struct
d3d12_swapchain
*
swapchain
,
static
HRESULT
d3d12_swapchain_
creat
e_command_buffers
(
struct
d3d12_swapchain
*
swapchain
,
uint32_t
queue_family_index
)
{
const
struct
dxgi_vk_funcs
*
vk_funcs
=
&
swapchain
->
vk_funcs
;
...
...
@@ -1548,7 +1548,7 @@ static HRESULT d3d12_swapchain_create_buffers(struct d3d12_swapchain *swapchain,
if
(
FAILED
(
hr
=
d3d12_swapchain_create_user_buffers
(
swapchain
,
vk_format
)))
return
hr
;
if
(
FAILED
(
hr
=
d3d12_swapchain_
prepar
e_command_buffers
(
swapchain
,
queue_family_index
)))
if
(
FAILED
(
hr
=
d3d12_swapchain_
creat
e_command_buffers
(
swapchain
,
queue_family_index
)))
return
hr
;
if
(
swapchain
->
buffers
[
0
])
...
...
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