Microsoft.Xna.Framework.Graphics.ResolveTexture2D.ResolveTexture2D C# (CSharp) Метод

ResolveTexture2D() публичный Метод

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
Результат System
        public ResolveTexture2D(GraphicsDevice graphicsDevice, int width, int height, int numberLevels, SurfaceFormat surfaceformat)
            : base(graphicsDevice, width, height, numberLevels, TextureUsage.None, surfaceformat)
        {
        }
ResolveTexture2D