Axiom.RenderSystems.DirectX9.D3DVertexDeclaration.RemoveElement C# (CSharp) Method

RemoveElement() public method

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
return void
		public override void RemoveElement( VertexElementSemantic semantic, int index )
		{
			base.RemoveElement( semantic, index );

			needsRebuild = true;
		}

Same methods

D3DVertexDeclaration::RemoveElement ( int index ) : void