summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.hpp')
-rw-r--r--video.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.hpp b/video.hpp
index dc922c3..6d70536 100644
--- a/video.hpp
+++ b/video.hpp
@@ -519,6 +519,9 @@ struct Device {
);
void destroy_sampler(Sampler_Id id);
void destroy_sampleri(Sampler_Id id);
+
+ int swap_w();
+ int swap_h();
};
struct Context {