1
Fork 0

MariENB FROST 3.4.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:53:23 +02:00
commit ebefcee4f4
11 changed files with 94 additions and 82 deletions

View file

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