mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
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.