HoviTron Video Pipeline
Data Structures
SwapchainCommon.h File Reference

Encapsulate the vkSwapchainKHR object and the operations linked to it. Inherit from SwapchainAbstract. More...

#include "SwapchainAbstract.h"
#include "SourcesVulkan/commonVulkan.h"

Go to the source code of this file.

Data Structures

class  SwapchainCommon
 Class that encapsulate a vkSwapchainHHR object and the methods linked to it. More...
 

Detailed Description

Encapsulate the vkSwapchainKHR object and the operations linked to it. Inherit from SwapchainAbstract.

SwapchainCommon encapsulates the vkSwapchainKHR object and is used when we have to display the image on screen. Swapchain can be seen as a stack of image waiting to be displayed.

Definition in file SwapchainCommon.h.