1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 18:36:31 -05:00

Merge pull request #8858 from vonchenplus/mipmap

video_core: Generate mipmap texture by drawing
This commit is contained in:
bunnei
2022-11-03 22:21:58 -07:00
committed by GitHub
29 changed files with 259 additions and 8 deletions

View File

@@ -182,6 +182,7 @@ struct Info {
bool uses_shadow_lod{};
bool uses_rescaling_uniform{};
bool uses_cbuf_indirect{};
bool uses_render_area{};
IR::Type used_constant_buffer_types{};
IR::Type used_storage_buffer_types{};