Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / ReflectionShaders Field

In This Topic
    ReflectionShaders Field
    In This Topic
    Syntax
    'Declaration
     
    Public ReflectionShaders As Dictionary(Of shaderType,IShaderTechnique)
    public Dictionary<shaderType,IShaderTechnique> ReflectionShaders
    See Also