MariENB FO4 3.0.3a
This commit is contained in:
parent
1352a3a006
commit
11f9cab93b
8 changed files with 301 additions and 313 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue