Axiom.RenderSystems.OpenGL.GLSL.GLSLProgram.CmdInputOperationType.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).InputOperationType);
            }
GLSLProgram.CmdInputOperationType