C# Class Axiom.RenderSystems.OpenGLES.GLESGpuProgramManager

Inheritance: Axiom.Graphics.GpuProgramManager
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
GLESGpuProgramManager ( ) : System

RegisterProgramFactory ( string syntaxCode, CreateGpuProgramDelegate createFn ) : bool

UnregisterProgramFactory ( string syntaxCode ) : bool

Méthodes protégées

Méthode Description
_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, Collections createParams ) : Axiom.Core.Resource

_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource

dispose ( bool disposeManagedResources ) : void

Method Details

GLESGpuProgramManager() public méthode

public GLESGpuProgramManager ( ) : System
Résultat System

RegisterProgramFactory() public méthode

public RegisterProgramFactory ( string syntaxCode, CreateGpuProgramDelegate createFn ) : bool
syntaxCode string
createFn CreateGpuProgramDelegate
Résultat bool

UnregisterProgramFactory() public méthode

public UnregisterProgramFactory ( string syntaxCode ) : bool
syntaxCode string
Résultat bool

_create() protected méthode

protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, Collections createParams ) : Axiom.Core.Resource
name string
handle ulong
group string
isManual bool
loader IManualResourceLoader
createParams Collections
Résultat Axiom.Core.Resource

_create() protected méthode

protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource
name string
handle ulong
group string
isManual bool
loader IManualResourceLoader
type GpuProgramType
syntaxCode string
Résultat Axiom.Core.Resource

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void