Axiom.RenderSystems.DirectX9.D3DVertexProgram.unload C# (CSharp) Method

unload() protected method

Unloads the VertexShader object.
protected unload ( ) : void
return void
		protected override void unload()
		{
			if ( vertexShader != null )
			{
				vertexShader.Dispose();
			}
		}