![]() |
Kale
|
#include <string>
#include <vector>
#include <functional>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | Kale |
namespace | Kale::Vulkan |
Functions | |
template<typename T > | |
std::vector< const char * > | Kale::Vulkan::getExtensions (const std::vector< T > &availableExtensions, const std::vector< std::string > &requiredExtensions, const std::vector< std::string > &requestedExtensions, std::function< std::string(const T &)> mappingFn) |
Variables | |
const std::vector< std::string > | Kale::Vulkan::requiredInstanceExtensions |
const std::vector< std::string > | Kale::Vulkan::requestedInstanceExtensions |
const std::vector< std::string > | Kale::Vulkan::requiredDeviceExtensions |
const std::vector< std::string > | Kale::Vulkan::requestedDeviceExtensions |