Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class / Compile Method

In This Topic
    Compile Method (GLShader)
    In This Topic
    Compiles the shader.
    Syntax
    'Declaration
     
    Public Function Compile( _
       ByVal renderContext As RenderContextBase _
    ) As Boolean
    public bool Compile( 
       RenderContextBase renderContext
    )

    Parameters

    renderContext

    Return Value

    True if successful, false otherwise.
    See Also