ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / InputAssemblerStage Class / SetInputLayout Method

In This Topic
    SetInputLayout Method
    In This Topic
    void ID3D11DeviceContext::IASetInputLayout([In, Optional] ID3D11InputLayout* pInputLayout)
    Syntax
    'Declaration
     
    Public Sub SetInputLayout( _
       ByVal inputLayoutRef As InputLayout _
    ) 
    public void SetInputLayout( 
       InputLayout inputLayoutRef
    )

    Parameters

    inputLayoutRef
    See Also