C# Class Axiom.Graphics.NullProgram

Inheritance: Axiom.Graphics.HighLevelGpuProgram
Afficher le fichier Open project: mono-soc-2011/axiom

Méthodes publiques

Méthode Description
SetParam ( string name, string val ) : bool

always silently ignore all parameters so as not to report errors on unsupported platforms

Méthodes protégées

Méthode Description
BuildConstantDefinitions ( ) : void
CreateLowLevelImpl ( ) : void
LoadFromSource ( ) : void
PopulateParameterNames ( GpuProgramParameters parms ) : void
UnloadImpl ( ) : void
load ( ) : void

Private Methods

Méthode Description
NullProgram ( ResourceManager creator, string name, System.UInt64 handle, string group ) : System
NullProgram ( ResourceManager creator, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader ) : System

Method Details

BuildConstantDefinitions() protected méthode

protected BuildConstantDefinitions ( ) : void
Résultat void

CreateLowLevelImpl() protected méthode

protected CreateLowLevelImpl ( ) : void
Résultat void

LoadFromSource() protected méthode

protected LoadFromSource ( ) : void
Résultat void

PopulateParameterNames() protected méthode

protected PopulateParameterNames ( GpuProgramParameters parms ) : void
parms GpuProgramParameters
Résultat void

SetParam() public méthode

always silently ignore all parameters so as not to report errors on unsupported platforms
public SetParam ( string name, string val ) : bool
name string
val string
Résultat bool

UnloadImpl() protected méthode

protected UnloadImpl ( ) : void
Résultat void

load() protected méthode

protected load ( ) : void
Résultat void