mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-04 14:27:52 +00:00
ff64c3951a
Some texture views were being created out of bounds (with more layers or mipmaps than what the original texture has). This is because of a miscalculation in mipmap bounding. end_layer and end_mipmap are out of bounds (e.g. layer 6 in a cubemap), there's no need to add one more there. Fixes OpenGL errors and Vulkan crashes on Splatoon 2. |
||
---|---|---|
.. | ||
copy_params.h | ||
format_lookup_table.cpp | ||
format_lookup_table.h | ||
surface_base.cpp | ||
surface_base.h | ||
surface_params.cpp | ||
surface_params.h | ||
surface_view.cpp | ||
surface_view.h | ||
texture_cache.h |