Fix Android builds
Recent changes to ktx integration were missing Fixes #1168
This commit is contained in:
parent
d184cf64c5
commit
2871b76a0f
4 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Android Vulkan function pointer prototypes
|
||||
*
|
||||
* Copyright (C) 2016-2023 by Sascha Willems - www.saschawillems.de
|
||||
* Copyright (C) 2016-2024 by Sascha Willems - www.saschawillems.de
|
||||
*
|
||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||
*/
|
||||
|
|
@ -176,6 +176,8 @@ extern PFN_vkQueuePresentKHR vkQueuePresentKHR;
|
|||
|
||||
extern PFN_vkResetCommandBuffer vkResetCommandBuffer;
|
||||
|
||||
extern PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
|
||||
|
||||
namespace vks
|
||||
{
|
||||
namespace android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue