Optimized UI overlay strategy

This commit is contained in:
saschawillems 2018-09-01 12:58:28 +02:00
parent 73dbdfcbda
commit e9c4cd4a0b
3 changed files with 33 additions and 12 deletions

View file

@ -63,6 +63,7 @@ namespace vks
} pushConstBlock;
bool visible = true;
bool updated = false;
float scale = 1.0f;
UIOverlay();