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
ccfdf651
Commit
ccfdf651
authored
Mar 20, 2019
by
Józef Kucia
Committed by
Alexandre Julliard
Mar 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winevulkan: Enable Vulkan 1.1.
Signed-off-by:
Józef Kucia
<
jkucia@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
44c2de5b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
make_vulkan
dlls/winevulkan/make_vulkan
+1
-1
vulkan_thunks.h
dlls/winevulkan/vulkan_thunks.h
+1
-1
No files found.
dlls/winevulkan/make_vulkan
View file @
ccfdf651
...
...
@@ -65,7 +65,7 @@ LOGGER = logging.Logger("vulkan")
LOGGER
.
addHandler
(
logging
.
StreamHandler
())
VK_XML_VERSION
=
"1.1.104"
WINE_VK_VERSION
=
(
1
,
0
)
WINE_VK_VERSION
=
(
1
,
1
)
# Filenames to create.
WINE_VULKAN_H
=
"../../include/wine/vulkan.h"
...
...
dlls/winevulkan/vulkan_thunks.h
View file @
ccfdf651
...
...
@@ -38,7 +38,7 @@
#ifndef __WINE_VULKAN_THUNKS_H
#define __WINE_VULKAN_THUNKS_H
#define WINE_VK_VERSION VK_API_VERSION_1_
0
#define WINE_VK_VERSION VK_API_VERSION_1_
1
/* Functions for which we have custom implementations outside of the thunks. */
VkResult
WINAPI
wine_vkAllocateCommandBuffers
(
VkDevice
device
,
const
VkCommandBufferAllocateInfo
*
pAllocateInfo
,
VkCommandBuffer
*
pCommandBuffers
);
...
...
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