From e473fa91ec575b0a180d766bc29554db8861508e Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 8 Feb 2025 21:52:32 +1100 Subject: device get swap width and height --- video.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.hpp') 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 { -- cgit v1.2.3-54-g00ecf