mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 13:17:46 +00:00
renderer: Remove unnecessary imgui font size message
This commit is contained in:
parent
7ee5622561
commit
4f99fc363d
1 changed files with 0 additions and 2 deletions
|
@ -302,8 +302,6 @@ void ImGuiPass::createFontImage()
|
|||
int width = 0, height = 0;
|
||||
io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height);
|
||||
|
||||
qInfo() << "Uploading imgui font size" << width << "x" << height;
|
||||
|
||||
auto texture = renderer_.addTexture(width, height, pixels, width * height * 4);
|
||||
fontImageView_ = texture.view;
|
||||
fontSampler_ = texture.sampler;
|
||||
|
|
Loading…
Add table
Reference in a new issue