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;
44 VkExtent2D& extent2D() {
return _extent2D; }
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