summaryrefslogtreecommitdiffstats
path: root/src/Gal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gal.hpp')
-rw-r--r--src/Gal.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gal.hpp b/src/Gal.hpp
index f448c89..4757e37 100644
--- a/src/Gal.hpp
+++ b/src/Gal.hpp
@@ -106,6 +106,8 @@ namespace Gal {
virtual void SetScissor(bool enabled) = 0;
+ virtual void SetWireframe(bool enabled) = 0;
+
virtual std::shared_ptr<Buffer> CreateBuffer() = 0;