DarkRadiant: master 02cc4035

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.06.2021 19:31 master 57e5a59c
Changeset Workaround for failure to render NPOT DDS mipmaps

Check the GL errors, and if there is an error after uploading a mipmap for
detail level > 0, fall back to calling glGenerateMipmap() after warning on the
console. This resolves the failure to render the NPOT texture, but it does not
fix the underlying issue with correctly uploading the file's mipmaps.
mod - radiantcore/imagefile/dds.cpp Diff File