DarkRadiant: master 5e43e7b8

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.06.2021 19:46 master 02cc4035
Changeset Initial test for mipmap dimensions

Re-introduce an optional "level" parameter into Image::getWidth() and
getHeight(), allowing the size of a specified mipmap level to be queried. This
is not used in any live code but is used by tests to confirm that mipmaps have
the expected dimensions.
mod - include/iimage.h Diff File
mod - libs/RGBAImage.h Diff File
mod - radiantcore/imagefile/dds.cpp Diff File
mod - test/ImageLoading.cpp Diff File