add MSAA 4x + lod picking for TIE & tfrag (#1167)

* MSAA

* support different TIE lods

* tfrag lod picking

* always compress screenshots

* mute annoying nvidia opengl message

* use a string here instead

* oops

* more mistakes...
This commit is contained in:
ManDude
2022-02-15 23:42:48 +00:00
committed by GitHub
parent 70fcb05a99
commit b36199f4f8
28 changed files with 578 additions and 482 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ std::vector<std::shared_ptr<TextureRecord>> TexturePool::convert_textures(const
fmt::format(
file_util::get_file_path({"debug_out", "textures", tpage_name, "{}-{}-{}.png"}),
tex_idx, tex_name, mip_idx),
texture_record->data.data(), ww, hh, false);
texture_record->data.data(), ww, hh);
}
result.push_back(std::move(texture_record));
}