Prevent windows from having a size greater than device limit

This commit is contained in:
MinusKube
2022-08-22 00:16:56 +02:00
parent e7a0a97c0b
commit f5a808192b
17 changed files with 69 additions and 0 deletions

View File

@@ -1568,6 +1568,8 @@ public:
virtual void set_print_gpu_profile(bool p_enable) = 0;
virtual Size2i get_maximum_viewport_size() const = 0;
RenderingDevice *get_rendering_device() const;
RenderingDevice *create_local_rendering_device() const;