aafe08db5c
Sometimes when rebuilding a texture, it often has to fall back and create a temporary texture, but it'll fail when trying to create a shader resource for it. The suspicion is because it's due to not having the proper shader binding flag when creating that temporary texture, so this fixes that possible loophole.