C# Class Axiom.RenderSystems.Xna.XnaGpuProgramManager

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

Protected Properties

Свойство Type Description
device Microsoft.Xna.Framework.Graphics.GraphicsDevice

Méthodes publiques

Méthode Description
CreateParameters ( ) : GpuProgramParameters

Returns a specialized version of GpuProgramParameters.

Méthodes protégées

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

Create the specified type of GpuProgram.

_create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource
dispose ( bool disposeManagedResources ) : void

Class level dispose method

Private Methods

Méthode Description
XnaGpuProgramManager ( Microsoft.Xna.Framework.Graphics device ) : System

Method Details

CreateParameters() public méthode

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

_create() protected méthode

Create the specified type of GpuProgram.
protected _create ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, GpuProgramType type, string syntaxCode ) : Axiom.Core.Resource
name string
handle System.UInt64
group string
isManual bool
loader IManualResourceLoader
type GpuProgramType
syntaxCode string
Résultat Axiom.Core.Resource

_create() protected méthode

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

dispose() protected méthode

Class level dispose method
protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

Property Details

device protected_oe property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics device
Résultat Microsoft.Xna.Framework.Graphics.GraphicsDevice