ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / CommonShaderStageBase Class
Members

In This Topic
    CommonShaderStageBase Class
    In This Topic
    Common Shader class. Provides a common set of methods for a Shader Stage. TODO: check if usage of abstract is not introducing an unacceptable overhead... D3D11 common shader constants.
    Object Model
    CommonShaderStageBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class CommonShaderStageBase 
       Inherits C1.Util.DX.CppObject
    public abstract class CommonShaderStageBase : C1.Util.DX.CppObject 
    Inheritance Hierarchy

    System.Object
       C1.Util.DX.DisposeBase
          C1.Util.DX.CppObject
             C1.Util.DX.Direct3D11.CommonShaderStageBase
                C1.Util.DX.Direct3D11.CommonShaderStage<T>

    See Also