void ID3D11DeviceContext1::UpdateSubresource1([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,[In] unsigned int CopyFlags)
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub UpdateSubresource1( _
   ByVal  As Resource, _
   ByVal  As System.Integer, _
   ByVal  As System.Nullable(Of ResourceRegion), _
   ByVal  As System.IntPtr, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public void UpdateSubresource1( 
   Resource ,
   System.int ,
   System.Nullable<ResourceRegion> ,
   System.IntPtr ,
   System.int ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- dstResourceRef
 
- dstSubresource
 
- dstBoxRef
 
- srcDataRef
 
- srcRowPitch
 
- srcDepthPitch
 
- copyFlags
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照