Previous 199869 Revisions Next

r26400 Sunday 24th November, 2013 at 20:58:21 UTC by Jonathan Gevaryahu
Reduce smearing on hlsl prescale [MooglyGuy]
[hlsl]prescale.fx

trunk/hlsl/prescale.fx
r26399r26400
77sampler DiffuseSampler = sampler_state
88{
99   Texture   = <Diffuse>;
10   MipFilter = LINEAR;
11   MinFilter = LINEAR;
12   MagFilter = LINEAR;
10   MipFilter = NONE;
11   MinFilter = NONE;
12   MagFilter = NONE;
1313   AddressU = CLAMP;
1414   AddressV = CLAMP;
1515   AddressW = CLAMP;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team