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

Get() public method

public Get ( object target ) : string
target object
return string
            public string Get(object target)
            {
                return OperationTypeToString(((GLSLProgram)target).OutputOperationType);
            }
GLSLProgram.CmdOutputOperationType