mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix typo
This commit is contained in:
parent
fc62f7afaa
commit
b26a5badfd
@ -3009,8 +3009,8 @@ vulkan_filter_chain_t *vulkan_filter_chain_create_from_preset(
|
||||
pass_info.max_levels = 1;
|
||||
|
||||
/* TODO: Expose max_levels in slangp.
|
||||
* CGP format is a bit awkward in that it uses mipmap_input,
|
||||
* so we much check if next pass needs the mipmapping.
|
||||
* Preset format is a bit awkward in that it uses mipmap_input,
|
||||
* so we must check if next pass needs the mipmapping.
|
||||
*/
|
||||
if (next_pass && next_pass->mipmap)
|
||||
pass_info.max_levels = ~0u;
|
||||
|
Loading…
x
Reference in New Issue
Block a user