Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class
Fields Properties Methods


In This Topic
    GLShader Class Members
    In This Topic

    The following tables list the members exposed by GLShader.

    Protected Fields
    Public Properties
     NameDescription
    Public Property Gets the shader's enabled status.  
    Public Property Returns true if the shader program was successfully compiled.  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public Method Compiles the shader.  
    Public Method  
    Public Method Disables the shader.  
    Public Method  
    Public Method  
    Public Method Enables the shader.  
    Public MethodOverloaded.  Gets the location of an attribute shader variable.  
    Public MethodOverloaded.  Gets the location of a uniform shader variable.  
    Public Method  
    Public Method  
    Public Method  
    Public Method Sets the shader parameters.  
    Public Method  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method Method used internally to compose the shader code.  
    Top
    See Also