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<T>(T[],Resource,Int32,Int32,Int32,Nullable<ResourceRegion>) | |
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) |
参照