ComponentOne Bitmap for UWP
C1.UWP.DX 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