15#include <vsg/core/ref_ptr.h>
16#include <vsg/vk/Instance.h>
29 Instance* getInstance() {
return _instance; }
30 const Instance* getInstance()
const {
return _instance; }
Instance encapsulates the VkInstance.
Definition Instance.h:46
Surface encapsulates VkSurfaceKHR.
Definition Surface.h:22
void release()
Definition Surface.h:35
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138