C# Class Axiom.RenderSystems.DirectX9.D3DVertexProgram

Direct3D implementation of low-level vertex programs.
Inheritance: D3DGpuProgram
Afficher le fichier Open project: mono-soc-2011/axiom

Protected Properties

Свойство Type Description
vertexShader SlimDX.Direct3D9.VertexShader

Private Properties

Свойство Type Description
D3DVertexProgram System

Méthodes protégées

Méthode Description
LoadFromMicrocode ( SlimDX.Direct3D9 microcode ) : void
dispose ( bool disposeManagedResources ) : void
unload ( ) : void

Unloads the VertexShader object.

Private Methods

Méthode Description
D3DVertexProgram ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, SlimDX.Direct3D9 device ) : System

Method Details

LoadFromMicrocode() protected méthode

protected LoadFromMicrocode ( SlimDX.Direct3D9 microcode ) : void
microcode SlimDX.Direct3D9
Résultat void

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

unload() protected méthode

Unloads the VertexShader object.
protected unload ( ) : void
Résultat void

Property Details

vertexShader protected_oe property

Reference to the current D3D VertexShader object.
protected VertexShader,SlimDX.Direct3D9 vertexShader
Résultat SlimDX.Direct3D9.VertexShader