Axiom.RenderSystems.Xna.XnaTextureManager.XnaTextureManager C# (CSharp) Method

XnaTextureManager() public method

public XnaTextureManager ( Microsoft.Xna.Framework.Graphics device ) : System
device Microsoft.Xna.Framework.Graphics
return System
		public XnaTextureManager( XFG.GraphicsDevice device )
            : base()
		{
			this._device = device;

			Is32Bit = true;
		}