VkCV Framework  0.0.1
CV Vulkan framework
Core.cpp File Reference

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"
Include dependency graph for Core.cpp:

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)
 

Detailed Description

Handling of global states regarding dependencies.

Authors
Artur Wasmut

Definition in file Core.cpp.