C# Class Axiom.RenderSystems.OpenGL.GLGpuProgramManager

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

Protected Properties

Свойство Type Description
factories System.Collections.Hashtable

Méthodes publiques

Méthode Description
CreateParameters ( ) : GpuProgramParameters

Returns a specialized version of GpuProgramParameters.

GLGpuProgramManager ( ) : System
RegisterProgramFactory ( string syntaxCode, IOpenGLGpuProgramFactory factory ) : void

Registers a factory to handles requests for the creation of low level gpu porgrams based on the syntax code.

Méthodes protégées

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

Create the specified type of GpuProgram.

Method Details

CreateParameters() public méthode

Returns a specialized version of GpuProgramParameters.
public CreateParameters ( ) : GpuProgramParameters
Résultat Axiom.Graphics.GpuProgramParameters

GLGpuProgramManager() public méthode

public GLGpuProgramManager ( ) : System
Résultat System

RegisterProgramFactory() public méthode

Registers a factory to handles requests for the creation of low level gpu porgrams based on the syntax code.
public RegisterProgramFactory ( string syntaxCode, IOpenGLGpuProgramFactory factory ) : void
syntaxCode string
factory IOpenGLGpuProgramFactory
Résultat void

_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

_create() protected méthode

Create the specified type of GpuProgram.
protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource
name string
handle ulong
group string
isManual bool
loader IManualResourceLoader
createParams NameValuePairList
Résultat Axiom.Core.Resource

Property Details

factories protected_oe property

protected Hashtable,System.Collections factories
Résultat System.Collections.Hashtable