C# Class Axiom.RenderSystems.OpenGL.GLGpuProgramManager

Summary description for GLGpuProgramManager.
Inheritance: Axiom.Graphics.GpuProgramManager
Exibir arquivo Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
factories System.Collections.Hashtable

Public Methods

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

Protected Methods

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

Returns a specialized version of GpuProgramParameters.
public CreateParameters ( ) : GpuProgramParameters
return Axiom.Graphics.GpuProgramParameters

GLGpuProgramManager() public method

public GLGpuProgramManager ( ) : System
return System

RegisterProgramFactory() public method

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
return void

_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

_create() protected method

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

Property Details

factories protected_oe property

protected Hashtable,System.Collections factories
return System.Collections.Hashtable