Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TextureFilter.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
enum
TextureFilter
4
{
5
Linear
,
6
Point
,
7
Anisotropic
,
8
LinearMipPoint
,
9
PointMipLinear
,
10
MinLinearMagPointMipLinear
,
11
MinLinearMagPointMipPoint
,
12
MinPointMagLinearMipLinear
,
13
MinPointMagLinearMipPoint
14
}
Microsoft.Xna.Framework.Graphics.TextureFilter
TextureFilter
Definition
TextureFilter.cs:4
Microsoft.Xna.Framework.Graphics.TextureFilter.MinPointMagLinearMipLinear
@ MinPointMagLinearMipLinear
Microsoft.Xna.Framework.Graphics.TextureFilter.Point
@ Point
Microsoft.Xna.Framework.Graphics.TextureFilter.Linear
@ Linear
Microsoft.Xna.Framework.Graphics.TextureFilter.MinLinearMagPointMipLinear
@ MinLinearMagPointMipLinear
Microsoft.Xna.Framework.Graphics.TextureFilter.Anisotropic
@ Anisotropic
Microsoft.Xna.Framework.Graphics.TextureFilter.PointMipLinear
@ PointMipLinear
Microsoft.Xna.Framework.Graphics.TextureFilter.LinearMipPoint
@ LinearMipPoint
Microsoft.Xna.Framework.Graphics.TextureFilter.MinLinearMagPointMipPoint
@ MinLinearMagPointMipPoint
Microsoft.Xna.Framework.Graphics.TextureFilter.MinPointMagLinearMipPoint
@ MinPointMagLinearMipPoint
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
source
Microsoft.Xna.Framework.Graphics
TextureFilter.cs
Generated by
1.10.0