Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class / IsCompiled Property

In This Topic
    IsCompiled Property (GLShader)
    In This Topic
    Returns true if the shader program was successfully compiled.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCompiled As Boolean
    public bool IsCompiled {get;}
    See Also