SamplerState.PointWrap Field

Contains default state for point filtering and texture coordinate wrapping.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

Syntax

public static readonly SamplerState PointWrap

Remarks

This built-in state object has the following settings:

            
Filter = TextureFilter.Point,

AddressU = TextureAddressMode.Wrap,
AddressV = TextureAddressMode.Wrap,
AddressW = TextureAddressMode.Wrap,

See Also

Reference

SamplerState Class
SamplerState Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Xbox 360, Windows 7, Windows Vista, Windows XP