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

Commit

Permalink
[DXGI] fix mapping for StoreApp
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSt committed Jun 9, 2016
1 parent b4d2f1c commit cce5abe
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Source/SharpDX.DXGI/Mapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,20 +218,24 @@

<map method="IDXGIKeyedMutex::AcquireSync" hresult="true"/>

<map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" type="DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG"/>
<map param="IDXGIOutput3::CheckOverlaySupport::pFlags" type="DXGI_OVERLAY_SUPPORT_FLAG"/>

<ifdef name="STORE_APP">
<map method="IDXGIOutput1::DuplicateOutput" visibility="internal"/>
<map method="IDXGIOutput5::DuplicateOutput1" visibility="internal"/>
<map method="IDXGIOutput3::CheckOverlaySupport" visibility="internal"/>
<map method="IIDXGIOutput4::CheckOverlayColorSpaceSupport" visibility="internal"/>
<map param="IDXGIOutput1::DuplicateOutput::ppOutputDuplication" type="void"/>
<map param="IDXGIOutput5::DuplicateOutput1::ppOutputDuplication" type="void"/>
<map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" type="void"/>
<map param="IDXGIOutput3::CheckOverlaySupport::pFlags" type="void"/>
</ifdef>

<map param="IDXGIOutput1::DuplicateOutput::ppOutputDuplication" return="true"/>
<map param="IDXGIOutput5::DuplicateOutput1::ppOutputDuplication" return="true"/>

<map param="IDXGIOutput3::CheckOverlaySupport::pFlags" type="DXGI_OVERLAY_SUPPORT_FLAG"/>
<map param="IDXGIOutput3::CheckOverlaySupport::pFlags" return="true"/>

<map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" type="DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG"/>
<map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" return="true"/>
<map param="IDXGIOutput3::CheckOverlaySupport::pFlags" return="true"/>

<map param="ISurfaceImageSourceNative::BeginDraw::surface" return="true"/>

Expand Down

0 comments on commit cce5abe

Please sign in to comment.