Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdMaxOutputVertices.Get C# (CSharp) Méthode

Get() public méthode

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