Axiom.RenderSystems.OpenGL.ATI.Compiler2Pass.GetTypeDefText C# (CSharp) Method

GetTypeDefText() protected method

Get the text symbol for this token.
Mainly used for debugging and in test routines.
protected GetTypeDefText ( Symbol symbol ) : string
symbol Symbol Token ID.
return string
		protected string GetTypeDefText( Symbol symbol )
		{
			return rootRulePath[ symbolTypeLib[ (int)symbol ].defTextID ].symbol;
		}