renderer: fix possible compute to non-storable fbo
The scaler code only checks whether or not the FBOFMT is storable, but in the case of e.g. draw_overlays, we have to check the actual FBO (provided by the user) instead. Solve this by just checking both. (Note: In theory, if the FBO is storable but FBOFMT is not, this would be a false negative. But whatever.)
parent
3d70ce11
No related branches found
No related tags found
This commit is part of merge request !124. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment