1
Fork 0

MariENB 1.2015.9.16

This commit is contained in:
Marisa the Magician 2019-04-07 17:23:08 +02:00
commit a5a0e876a7
36 changed files with 1666 additions and 1475 deletions

View file

@ -62,14 +62,6 @@ texture2D texLens
<
string ResourceName = "menblens.png";
>;
texture2D texLensbump
<
string ResourceName = "menblensbump.png";
>;
texture2D texLensdiff
<
string ResourceName = "menblensdiff.png";
>;
sampler2D SamplerBloom1 = sampler_state
{
Texture = <texBloom1>;
@ -178,30 +170,6 @@ sampler2D SamplerLens = sampler_state
MaxMipLevel = 0;
MipMapLodBias = 0;
};
sampler2D SamplerLensbump = sampler_state
{
Texture = <texLensbump>;
MinFilter = LINEAR;
MagFilter = LINEAR;
MipFilter = NONE;
AddressU = Clamp;
AddressV = Clamp;
SRGBTexture = FALSE;
MaxMipLevel = 0;
MipMapLodBias = 0;
};
sampler2D SamplerLensdiff = sampler_state
{
Texture = <texLensdiff>;
MinFilter = LINEAR;
MagFilter = LINEAR;
MipFilter = NONE;
AddressU = Clamp;
AddressV = Clamp;
SRGBTexture = FALSE;
MaxMipLevel = 0;
MipMapLodBias = 0;
};
/* whatever */
struct VS_OUTPUT_POST
{