Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ShaderParameters Class / PrepareForRender Method

In This Topic
    PrepareForRender Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub PrepareForRender( _
       ByVal renderContext As RenderContextBase, _
       ByVal environment As IEnvironment _
    ) 
    public void PrepareForRender( 
       RenderContextBase renderContext,
       IEnvironment environment
    )

    Parameters

    renderContext
    environment
    See Also