gl/wcb: Use temporary scaled image to implement bilinear filter

This commit is contained in:
kd-11 2017-09-28 21:32:00 +03:00
parent 12ab03b0b5
commit 7bee4064a6
3 changed files with 96 additions and 57 deletions

View file

@ -4,6 +4,7 @@
namespace gl
{
blitter *g_hw_blitter = nullptr;
capabilities g_driver_caps;
const fbo screen{};