summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/dxgi.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/dxgi.h')
-rw-r--r--3rdparty/bgfx/src/dxgi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/dxgi.h b/3rdparty/bgfx/src/dxgi.h
index b49439ad7c1..43671bf17e2 100644
--- a/3rdparty/bgfx/src/dxgi.h
+++ b/3rdparty/bgfx/src/dxgi.h
@@ -100,6 +100,9 @@ namespace bgfx
void trim();
///
+ bool tearingSupported() const;
+
+ ///
void* m_dxgiDll;
void* m_dxgiDebugDll;
@@ -108,6 +111,7 @@ namespace bgfx
FactoryI* m_factory;
AdapterI* m_adapter;
OutputI* m_output;
+ bool m_tearingSupported;
};
} // namespace bgfx