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

Get() public method

public Get ( object target ) : string
target object
return string
            public string Get(object target)
            {
                return ((GLSLProgram)target).AttachedShaderNames;
            }
GLSLProgram.CmdAttach