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

Inheritance: GraphicsResource
Show file Open project: procfxgen/MGShaderEditor Class Usage Examples

Private Properties

Property Type Description
CalculateMipLevels int
DeleteGLTexture void
GetPitch int
PlatformGraphicsDeviceResetting void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GraphicsDeviceResetting ( ) : void

Private Methods

Method Description
CalculateMipLevels ( int width, int height, int depth ) : int
DeleteGLTexture ( ) : void
GetPitch ( int width ) : int
PlatformGraphicsDeviceResetting ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GraphicsDeviceResetting() protected method

protected GraphicsDeviceResetting ( ) : void
return void