1
Fork 0

MariENB FO4 3.4.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:49:37 +02:00
commit 5d5e288299
11 changed files with 59 additions and 47 deletions

View file

@ -342,12 +342,14 @@ SamplerState Sampler
Filter = MIN_MAG_MIP_LINEAR;
AddressU = Border;
AddressV = Border;
MaxLOD = 0;
};
SamplerState Sampler2
{
Filter = MIN_MAG_MIP_LINEAR;
AddressU = Clamp;
AddressV = Clamp;
MaxLOD = 0;
};
struct VS_INPUT_POST