C# Class ModelViewer.Renderer.TextureManager

Inheritance: IDisposable
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
Add ( TextureSection textureSection ) : void
AddRange ( List textureSections ) : void
Begin ( ) : void
Dispose ( ) : void
GetByName ( string name ) : BaseTexture
SetTexture ( int sampler, string name ) : void
TextureManager ( ) : System

Protected Methods

Method Description
Dispose ( bool disposeManaged ) : void

Private Methods

Method Description
FillLightDiffuseMap ( CubeMapFace face, uint color ) : void
LoadCubeMapFace ( CubeTexture tex, CubeMapFace face, string fileName, int size, Format format ) : void

Method Details

Add() public method

public Add ( TextureSection textureSection ) : void
textureSection DatDigger.Sections.Texture.TextureSection
return void

AddRange() public method

public AddRange ( List textureSections ) : void
textureSections List
return void

Begin() public method

public Begin ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetByName() public method

public GetByName ( string name ) : BaseTexture
name string
return BaseTexture

SetTexture() public method

public SetTexture ( int sampler, string name ) : void
sampler int
name string
return void

TextureManager() public method

public TextureManager ( ) : System
return System