vOOlkan
An object oriented approach to Vulkan
|
A window surface is the connection between Vulkan and the OS windows environment. More...
#include <WindowSurface.h>
Public Member Functions | |
WindowSurface (const Instance &vulkanInstance, const Window &window) | |
~WindowSurface () | |
WindowSurface (const WindowSurface &)=delete | |
WindowSurface (WindowSurface &&)=delete | |
WindowSurface & | operator= (const WindowSurface &)=delete |
WindowSurface & | operator= (WindowSurface &&)=delete |
const VkSurfaceKHR & | operator+ () const |
Returns the underlying VkSurfaceKHR object. More... | |
A window surface is the connection between Vulkan and the OS windows environment.
Vulkan::WindowSurface::~WindowSurface | ( | ) |
|
delete |
|
delete |
const VkSurfaceKHR & Vulkan::WindowSurface::operator+ | ( | ) | const |
Returns the underlying VkSurfaceKHR object.
|
delete |
|
delete |