SimpleGL  1.1.0
A framework for platform independent rendering
Classes | Namespaces
swapchain.hpp File Reference
#include <SimpleGL_vk/SimpleGL_vk_Export.h>
#include <vector>
#include <vulkan/vulkan.h>
#include <glm/glm.hpp>
#include "surface.hpp"

Go to the source code of this file.

Classes

struct  sgl::SwapchainData
 This struct stores relevant swapchain data. More...
 
class  sgl::Swapchain
 This class wraps a Vulkan swapchain. More...
 

Namespaces

 sgl
 Generic namespace for the SimpleGL framework.
 

Detailed Description

Author
Heiko Brumme

This file contains a class to create a Vulkan swapchain.

Definition in file swapchain.hpp.