In This Topic
Copies data from the CPU to to a non-mappable subresource region.
Overload List
Overload | Description |
UpdateSubresource<T>(T,Resource,Int32,Int32,Int32,Nullable<ResourceRegion>) | Copies data from the CPU to to a non-mappable subresource region. |
UpdateSubresource<T>(T[],Resource,Int32,Int32,Int32,Nullable<ResourceRegion>) | Copies data from the CPU to to a non-mappable subresource region. |
UpdateSubresource(DataBox,Resource,Int32) | Copies data from the CPU to to a non-mappable subresource region. |
UpdateSubresource(DataBox,Resource,Int32,ResourceRegion) | Copies data from the CPU to to a non-mappable subresource region. |
UpdateSubresource(Resource,Int32,Nullable<ResourceRegion>,IntPtr,Int32,Int32) | 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