ngfx::VKSurface

Inherits from ngfx::Surface

Public Functions

Name
virtual ~VKSurface()
void destroy()

Public Attributes

Name
VkInstance instance
VkSurfaceKHR v

Additional inherited members

Public Functions inherited from ngfx::Surface

Name
Surface()
Surface(uint32_t w, uint32_t h, bool offscreen =false)
virtual ~Surface()

Public Attributes inherited from ngfx::Surface

Name
uint32_t w
uint32_t h
bool offscreen

Public Functions Documentation

function ~VKSurface

inline virtual ~VKSurface()

function destroy

void destroy()

Public Attributes Documentation

variable instance

VkInstance instance = 0;

variable v

VkSurfaceKHR v = 0;

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