mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
report max texture size
This commit is contained in:
parent
9b14eab388
commit
09fe01fc74
1 changed files with 2 additions and 0 deletions
|
@ -7082,6 +7082,8 @@ bool FurnaceGUI::init() {
|
|||
|
||||
updateWindowTitle();
|
||||
|
||||
logV("max texture size: %dx%d",rend->getMaxTextureWidth(),rend->getMaxTextureHeight());
|
||||
|
||||
rend->clear(ImVec4(0.0,0.0,0.0,1.0));
|
||||
rend->present();
|
||||
|
||||
|
|
Loading…
Reference in a new issue