Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdMaxOutputVertices.Get C# (CSharp) Method

Get() public method

public Get ( object target ) : string
target object
return string
            public string Get( object target )
            {
                return ((GLSLProgram)target).MaxOutputVertices.ToString();
            }
GLSLProgram.CmdMaxOutputVertices