ngfx::Swapchain

Inherited by ngfx::D3DSwapchain, ngfx::VKSwapchain

Public Functions

Name
virtual ~Swapchain()
virtual void acquireNextImage() =0

Public Attributes

Name
uint32_t numImages

Public Functions Documentation

function ~Swapchain

inline virtual ~Swapchain()

function acquireNextImage

virtual void acquireNextImage() =0

Reimplemented by: ngfx::VKSwapchain::acquireNextImage, ngfx::D3DSwapchain::acquireNextImage

Public Attributes Documentation

variable numImages

uint32_t numImages;

Updated on 3 April 2021 at 20:21:51 PDT