Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ resize
Method
resize
plugins/rendermax/renderer_opengl.hpp:408–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
reinitGrids(w,h);
407
};
408
virtual void resize(int32_t w, int32_t h) {
409
renderer_wrap::resize(w,h);
410
reinitGrids(w,h);
411
}
412
};
Callers
15
reinit
Method · 0.45
run
Method · 0.45
resize
Method · 0.45
reinitLightGrid
Method · 0.45
reinitGrids
Method · 0.45
unserialize_list_itemdef
Function · 0.45
unserialize_list_other_mats
Function · 0.45
unserialize_list_organic_mat
Function · 0.45
unserialize_list_color
Function · 0.45
unserialize_list_item_type
Function · 0.45
unserialize_list_material
Function · 0.45
unserialize_list_creature
Function · 0.45
Calls
1
resize
Function · 0.50
Tested by
no test coverage detected