Disable alpha blending in gfx::blur
This commit is contained in:
parent
05af18ba3f
commit
646ef45acf
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ void main()
|
|||
{
|
||||
gl::Disable(gl::DEPTH_TEST);
|
||||
gl::Disable(gl::CULL_FACE);
|
||||
gl::Disable(gl::BLEND);
|
||||
|
||||
dst.bind();
|
||||
gl::ActiveTexture(gl::TEXTURE0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue