diff --git a/fxaa.cc b/fxaa.cc index d914eaf..dbf8cd6 100644 --- a/fxaa.cc +++ b/fxaa.cc @@ -33,7 +33,7 @@ void T_FXAAPass::render( ) U_PARAMETERS , }; auto& tm( Globals::Textures( ) ); - tm.bind( 0 , txInput_ ); + tm.bind( 0 , txInput_ , *tm.sampler( "linear-border" ) ); const auto id( program_.program( E_ShaderType::FRAGMENT ) ); program_.enable( );