mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
deps: update moltenvk to 1.2.2
This commit is contained in:
parent
1597baa49f
commit
3af1fc3c07
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mvk_datatypes.h
|
||||
*
|
||||
* Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
* Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
2
deps/moltenvk/include/MoltenVK/mvk_vulkan.h
vendored
2
deps/moltenvk/include/MoltenVK/mvk_vulkan.h
vendored
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mvk_vulkan.h
|
||||
*
|
||||
* Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
* Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* vk_mvk_moltenvk.h
|
||||
*
|
||||
* Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
* Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com)
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -51,7 +51,7 @@ typedef unsigned long MTLArgumentBuffersTier;
|
|||
*/
|
||||
#define MVK_VERSION_MAJOR 1
|
||||
#define MVK_VERSION_MINOR 2
|
||||
#define MVK_VERSION_PATCH 1
|
||||
#define MVK_VERSION_PATCH 2
|
||||
|
||||
#define MVK_MAKE_VERSION(major, minor, patch) (((major) * 10000) + ((minor) * 100) + (patch))
|
||||
#define MVK_VERSION MVK_MAKE_VERSION(MVK_VERSION_MAJOR, MVK_VERSION_MINOR, MVK_VERSION_PATCH)
|
||||
|
|
BIN
deps/moltenvk/lib/libMoltenVK-static.a
vendored
BIN
deps/moltenvk/lib/libMoltenVK-static.a
vendored
Binary file not shown.
Loading…
Reference in a new issue