ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawInformation Class / SetVertexShaderConstantBuffer Method

In This Topic
    SetVertexShaderConstantBuffer Method
    In This Topic
    HRESULT ID2D1DrawInfo::SetVertexShaderConstantBuffer([In, Buffer] const void* buffer,[In] unsigned int bufferCount)
    Syntax
    'Declaration
     
    Public Sub SetVertexShaderConstantBuffer( _
       ByVal buffer As IntPtr, _
       ByVal bufferCount As Integer _
    ) 
    public void SetVertexShaderConstantBuffer( 
       IntPtr buffer,
       int bufferCount
    )

    Parameters

    buffer
    bufferCount
    See Also