Please use english language
It is currently 26 Feb 2020, 09:01

All times are UTC





Post new topic Reply to topic  [ 11 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: 03 Jan 2018, 06:19 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 27 Dec 2011, 08:53
Posts: 14816
Location: Russia
Try then open enbeffect.fx with any text editor, find these lines:
Code:
sampler2D _s0 = sampler_state

Code:
sampler2D _s1 = sampler_state

and replace them by the following accordingly:
Code:
sampler2D _s0 : register(s0) = sampler_state

Code:
sampler2D _s1 : register(s1) = sampler_state

And where its written
Code:
MinFilter = POINT;//
MagFilter = POINT;//

replace to these:
Code:
MinFilter = LINEAR;
MagFilter = LINEAR;

_________________
i5-4690k, 16Gb RAM, GTX 1060 6Gb, X-Fi Titanium, Win7 x128
I am INFP, not the brutal, godamnit.


Top
 Profile  
 
Tomoko
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ]  Go to page Previous  1, 2

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group