Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CreateShaders Method

In This Topic
    CreateShaders Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function CreateShaders( _
       ByVal shadowQuality As realisticShadowQualityType, _
       ByVal lights() As LightSettings _
    ) As Dictionary(Of shaderType,IShaderTechnique)

    Parameters

    shadowQuality
    lights
    See Also