Skip to content
Snippets Groups Projects

Resolve "Resizing-Event"

Merged Ghost User requested to merge 34-resizing-event into develop
4 files
+ 21
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -63,7 +63,7 @@ namespace vkcv {
@@ -63,7 +63,7 @@ namespace vkcv {
void changeFov(double fov);
void changeFov(double fov);
void updateRatio(float ratio);
void updateRatio(int width, int height);
float getRatio() const;
float getRatio() const;
Loading