C# Class Microsoft.Xna.Framework.Graphics.ResolveTexture2D

Inheritance: Microsoft.Xna.Framework.Graphics.Texture2D
Show file Open project: Jorgemagic/MonoGame Class Usage Examples

Public Methods

Method Description
ResolveTexture2D ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int width, int height, int numberLevels, SurfaceFormat surfaceformat ) : System

Method Details

ResolveTexture2D() public method

public ResolveTexture2D ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, int width, int height, int numberLevels, SurfaceFormat surfaceformat ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
width int
height int
numberLevels int
surfaceformat SurfaceFormat
return System