C# Class Frost.DirectX.Composition.ShaderCache

Inheritance: IShaderCompiler, IDisposable
Afficher le fichier Open project: fealty/Frost

Méthodes publiques

Méthode Description
Dispose ( ) : void
Resolve ( ShaderHandle shader ) : SharpDX.Direct3D10.PixelShader
ShaderCache ( Device device3D, Device2D device2D ) : System

Private Methods

Méthode Description
Compile ( string text, string function, ShaderHandle &result ) : void
Dispose ( bool disposing ) : void
IShaderCompiler ( string text, string function, ShaderHandle &result ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( ShaderHandle shader ) : SharpDX.Direct3D10.PixelShader
shader ShaderHandle
Résultat SharpDX.Direct3D10.PixelShader

ShaderCache() public méthode

public ShaderCache ( Device device3D, Device2D device2D ) : System
device3D Device
device2D Device2D
Résultat System