mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 04:30:11 +01:00
Updating the api version to 1.4.325
Signed-off-by: Ginu Jacob <ginu.jacob@arm.com> Change-Id: I0808c23a48ea7c11341cf93b342ca6c76a577c8a
This commit is contained in:
parent
93a5d29657
commit
ff882b5f84
3 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ The ICDs installed in the system are required to support the following extension
|
|||
|
||||
### Vulkan Header Version
|
||||
|
||||
The Vulkan WSI Layer has been validated against Vulkan header version 1.4.305.
|
||||
The Vulkan WSI Layer has been validated against Vulkan header version 1.4.325.
|
||||
|
||||
If you are using a Vulkan header version newer than this, a warning will appear during compilation.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"name": "VK_LAYER_window_system_integration",
|
||||
"type": "GLOBAL",
|
||||
"library_path": "./libVkLayer_window_system_integration.so",
|
||||
"api_version": "1.4.299",
|
||||
"api_version": "1.4.325",
|
||||
"implementation_version": "1",
|
||||
"description": "Window system integration layer",
|
||||
"functions": {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include <vulkan/vulkan.h>
|
||||
#include <array>
|
||||
/* Define the patch version directly as macros */
|
||||
#define WSI_LAYER_VK_PATCH 305
|
||||
#define WSI_LAYER_VK_PATCH 325
|
||||
|
||||
/* Convert macros to string */
|
||||
#define STRINGIFY(x) #x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue