1
Fork 0

MariENB FO4 3.0.3a

This commit is contained in:
Marisa the Magician 2019-04-07 17:47:18 +02:00
commit 11f9cab93b
8 changed files with 301 additions and 313 deletions

View file

@ -486,16 +486,12 @@ SamplerState Sampler0
Filter = MIN_MAG_MIP_POINT;
AddressU = Clamp;
AddressV = Clamp;
MaxLOD = 0;
MinLOD = 0;
};
SamplerState Sampler1
{
Filter = MIN_MAG_MIP_LINEAR;
AddressU = Clamp;
AddressV = Clamp;
MaxLOD = 0;
MinLOD = 0;
};
SamplerState SamplerLUT
{