C# Class Axiom.RenderSystems.DirectX9.D3DGpuProgramManager

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

Protected Properties

Property Type Description
device SlimDX.Direct3D9.Device

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 ( string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource

Method Details

CreateParameters() public method

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

_create() protected method

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

Property Details

device protected_oe property

protected Device,SlimDX.Direct3D9 device
return SlimDX.Direct3D9.Device