C# Class Axiom.RenderSystems.Xna.XnaGpuProgramManager

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

Protected Properties

Property Type Description
device Microsoft.Xna.Framework.Graphics.GraphicsDevice

Public Methods

Method Description
CreateParameters ( ) : GpuProgramParameters

Returns a specialized version of GpuProgramParameters.

Protected Methods

Method 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

Method Description
XnaGpuProgramManager ( Microsoft.Xna.Framework.Graphics device ) : System

Method Details

CreateParameters() public method

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

_create() protected method

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

_create() protected method

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

dispose() protected method

Class level dispose method
protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void

Property Details

device protected property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics device
return Microsoft.Xna.Framework.Graphics.GraphicsDevice