Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdOutputOperationType.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 OperationTypeToString(((GLSLProgram)target).OutputOperationType);
            }
GLSLProgram.CmdOutputOperationType