ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / InputAssemblerStage Class / SetVertexBuffers Method

In This Topic
    SetVertexBuffers Method
    In This Topic
    Bind a single vertex buffer to the input-assembler stage.
    Overload List
    OverloadDescription
    Bind a single vertex buffer to the input-assembler stage.  
    Bind an array of vertex buffers to the input-assembler stage.  
    Bind an array of vertex buffers to the input-assembler stage.  
    void ID3D11DeviceContext::IASetVertexBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer, Optional] const void* ppVertexBuffers,[In, Buffer, Optional] const void* pStrides,[In, Buffer, Optional] const void* pOffsets)  
    See Also