15#include <vsg/app/Window.h>
33 const char* instanceExtensionSurfaceName()
const override {
return nullptr; }
35 bool visible()
const override {
return windowVisible; }
36 bool valid()
const override {
return windowValid; }
38 void resize()
override;
45 bool windowVisible =
false;
46 bool windowValid =
false;
51 void _initSurface()
override{};
53 VSG_type_name(WindowAdapter);
Definition WindowAdapter.h:25
void updateExtents(uint32_t width, uint32_t height)
update the WindowAdapter::_extents and set windowResize to true
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138