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

Commit 1536ed4

Browse files
committed
[Direct3D11] Sets pDstData in ReadFromSubresource as in parameter, as reported in #980
1 parent ca377b7 commit 1536ed4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Source/SharpDX.Direct3D11/Mapping.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281

282282
<map param="ID3D11Device2::GetResourceTiling::pNumSubresourceTilings" attribute="inout" />
283283

284+
284285
<map method="ID3D11VideoContext::GetDecoderBuffer" visibility="internal"/>
285286
<map param="ID3D11VideoContext::GetDecoderBuffer::ppBuffer" attribute="out"/>
286287

@@ -293,6 +294,8 @@
293294
<map param="ID3D11On12Device::CreateWrappedResource::InState" type="int" override-native-type="true" />
294295
<map param="ID3D11On12Device::CreateWrappedResource::OutState" type="int" override-native-type="true" />
295296
<map param="ID3D11On12Device::CreateWrappedResource::ppResource11" type="ID3D11Resource" />
297+
298+
<map param="ID3D11Device3::ReadFromSubresource::pDstData" attribute="in value" />
296299

297300
<map param="ID3D11Device4::RegisterDeviceRemovedEvent::pdwCookie" return="true" />
298301

0 commit comments

Comments
 (0)