C# Class Axiom.RenderSystems.OpenGLES.GLESGpuProgramManager

Inheritance: Axiom.Graphics.GpuProgramManager
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
GLESGpuProgramManager ( ) : System

RegisterProgramFactory ( string syntaxCode, CreateGpuProgramDelegate createFn ) : bool

UnregisterProgramFactory ( string syntaxCode ) : bool

Protected Methods

Method 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 method

public GLESGpuProgramManager ( ) : System
return System

RegisterProgramFactory() public method

public RegisterProgramFactory ( string syntaxCode, CreateGpuProgramDelegate createFn ) : bool
syntaxCode string
createFn CreateGpuProgramDelegate
return bool

UnregisterProgramFactory() public method

public UnregisterProgramFactory ( string syntaxCode ) : bool
syntaxCode string
return bool

_create() protected method

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
return Axiom.Core.Resource

_create() protected method

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
return Axiom.Core.Resource

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void