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

Commit 2acfdb4

Browse files
committed
Remove reserved ID3D11CommandList::GetContextFlags
1 parent d26ba1e commit 2acfdb4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Source/SharpDX.Direct3D11/Mapping.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@
299299

300300
<map param="ID3D11Device4::RegisterDeviceRemovedEvent::pdwCookie" return="true" />
301301

302-
<map method="ID3D11Device5::OpenSharedFence" visibility="internal" />
302+
<map method="ID3D11Device5::OpenSharedFence" visibility="internal" />
303303

304-
<map method="ID3D11Device5::CreateFence" visibility="internal" />
305-
<map param="ID3D11Device5::CreateFence::ppFence" type="ID3D11Fence" attribute="out fast"/>
306-
<map param="ID3D11Fence::CreateSharedHandle::pHandle" return="true" />
304+
<map method="ID3D11Device5::CreateFence" visibility="internal" />
305+
<map param="ID3D11Device5::CreateFence::ppFence" type="ID3D11Fence" attribute="out fast"/>
306+
<map param="ID3D11Fence::CreateSharedHandle::pHandle" return="true" />
307307

308308
<!--
309309
// *****************************************************************
@@ -321,6 +321,7 @@
321321
<map param="D3D11On12CreateDevice::ppDevice" type="ID3D11Device" attribute="out" />
322322

323323
<remove function="ID3D11DeviceContext1_.*"/>
324+
<remove method="ID3D11CommandList::GetContextFlags" />
324325

325326
<context-clear />
326327
</mapping>

0 commit comments

Comments
 (0)