VkCV Framework
0.0.1
CV Vulkan framework
|
Handling of global states regarding dependencies. More...
#include <GLFW/glfw3.h>
#include "vkcv/Core.hpp"
#include "PassManager.hpp"
#include "PipelineManager.hpp"
#include "vkcv/BufferManager.hpp"
#include "SamplerManager.hpp"
#include "ImageManager.hpp"
#include "DescriptorManager.hpp"
#include "ImageLayoutTransitions.hpp"
#include "vkcv/CommandStreamManager.hpp"
#include <cmath>
#include "vkcv/Logger.hpp"
Go to the source code of this file.
Functions | |
static std::vector< vk::ImageView > | vkcv::createSwapchainImageViews (Context &context, const std::vector< vk::Image > &images, vk::Format format) |
Handling of global states regarding dependencies.
Definition in file Core.cpp.