Core.cpp 560 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: Apache-2.0

#include "kompute/Core.hpp"

#ifndef KOMPUTE_VK_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE
#define KOMPUTE_VK_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE
/**
 * Ensures support for dynamic loading of Vulkan functions on Android.
 * Acts as a default store for loaded functions.
 * More information:
 * https://github.com/KhronosGroup/Vulkan-Hpp#vulkan_hpp_default_dispatcher
 **/
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE
#endif // !KOMPUTE_VK_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE

namespace kp {
} // namespace kp