Returns whether the transform needs software vertex (coordinates) processing.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool GetSoftwareVertexProcessing()

Return Value

trueTruetruetrue (True in Visual Basic) if the software transform is needed, falseFalsefalsefalse (False in Visual Basic) otherwise.

Implements

IXRenderableTransform..::.GetSoftwareVertexProcessing()()()

See Also