Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Modification of ReadFromSubresource API / ReadFromSubresourceの修正
Browse files Browse the repository at this point in the history
Out modifier is incorrect.
Out修飾子は正しくありません。
  • Loading branch information
kuboki-shougo committed Jun 19, 2016
1 parent e7fcf95 commit bf29cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SharpDX.Direct3D12/Mapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
<map param="ID3D12Resource::Map::pReadRange" default="null"/>
<map param="ID3D12Resource::Unmap::pWrittenRange" default="null"/>
<map param="ID3D12Resource::Map::ppData" attribute="out" return="true"/>
<map param="ID3D12Resource::ReadFromSubresource::pDstData" attribute="in value"/>

<map method="ID3D12GraphicsCommandList::OMSetRenderTargets" visibility="private"/>
<map param="ID3D12GraphicsCommandList::OMSetRenderTargets::pRenderTargetDescriptors" type="void"/>
Expand Down

0 comments on commit bf29cfd

Please sign in to comment.