Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IShaderTechnique Interface
Members

In This Topic
    IShaderTechnique Interface
    In This Topic
    Defines the Vertex, Pixel and Geometry shader that constitute the shader technique.
    Syntax
    'Declaration
     
    Public Interface IShaderTechnique 
       Inherits IShader 
    public interface IShaderTechnique : IShader  
    See Also