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

In This Topic
    UpdateSubresource Method
    In This Topic
    Copies data from the CPU to to a non-mappable subresource region.
    Overload List
    OverloadDescription
    Copies data from the CPU to to a non-mappable subresource region.  
    Copies data from the CPU to to a non-mappable subresource region.  
    Copies data from the CPU to to a non-mappable subresource region.  
    Copies data from the CPU to to a non-mappable subresource region.  
    void ID3D11DeviceContext::UpdateSubresource([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In, Optional] const D3D11_BOX* pDstBox,[In] const void* pSrcData,[In] unsigned int SrcRowPitch,[In] unsigned int SrcDepthPitch)  
    See Also