1
Fork 0

MariENB Skyrim 2.3.0

This commit is contained in:
Marisa the Magician 2019-04-07 17:43:20 +02:00
commit 1a25c0c19b
15 changed files with 649 additions and 713 deletions

View file

@ -65,14 +65,6 @@ texture2D texBloom5;
texture2D texBloom6;
texture2D texBloom7;
texture2D texBloom8;
texture2D texLens
<
#ifdef LENSDIRT_DDS
string ResourceName = "menblens.dds";
#else
string ResourceName = "menblens.png";
#endif
>;
sampler2D SamplerBloom1 = sampler_state
{
Texture = <texBloom1>;
@ -265,18 +257,6 @@ sampler2D SamplerBloomC8 = sampler_state
MaxMipLevel = 0;
MipMapLodBias = 0;
};
sampler2D SamplerLens = sampler_state
{
Texture = <texLens>;
MinFilter = LINEAR;
MagFilter = LINEAR;
MipFilter = NONE;
AddressU = Clamp;
AddressV = Clamp;
SRGBTexture = FALSE;
MaxMipLevel = 0;
MipMapLodBias = 0;
};
/* whatever */
struct VS_OUTPUT_POST
{