ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomVertexBufferProperties Class / InputSignature Property

In This Topic
    InputSignature Property
    In This Topic
    The vertex shader bytecode to use as a signature.
    Syntax
    'Declaration
     
    Public Property InputSignature As System.Byte()
    public System.byte[] InputSignature {get; set;}
    See Also