|
35 | 35 | <include id="windows.ui.xaml.media.dxinterop" file="windows.ui.xaml.media.dxinterop.h" attach="true" /> |
36 | 36 | <include id="dxgi1_3" file="dxgi1_3.h" attach="true" /> |
37 | 37 | <include id="dxgi1_4" file="dxgi1_4.h" attach="true" /> |
| 38 | + <include id="dxgi1_5" file="dxgi1_5.h" attach="true" /> |
38 | 39 |
|
39 | 40 | <context-set id="dxgi-all"> |
40 | 41 | <context>sharpdx-dxgi</context> |
|
45 | 46 | <context>dxgi1_2</context> |
46 | 47 | <context>dxgi1_3</context> |
47 | 48 | <context>dxgi1_4</context> |
| 49 | + <context>dxgi1_5</context> |
48 | 50 | <context>winerror</context> |
49 | 51 | <context>windows.ui.xaml.media.dxinterop</context> |
50 | 52 | </context-set> |
|
200 | 202 | <map param="IDXGISwapChain::Present::Flags" type="DXGI_PRESENT_FLAGS" /> |
201 | 203 | <map param="IDXGISwapChain::ResizeBuffers::SwapChainFlags" type="DXGI_SWAP_CHAIN_FLAG" /> |
202 | 204 |
|
| 205 | + <map param="IDXGISwapChain3::CheckColorSpaceSupport::pColorSpaceSupport" type="DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG" /> |
| 206 | + <map param="IDXGISwapChain3::CheckColorSpaceSupport::pColorSpaceSupport" return="true" /> |
| 207 | + <map param="IDXGISwapChain3::ResizeBuffers1::SwapChainFlags" type="DXGI_SWAP_CHAIN_FLAG" /> |
| 208 | + |
203 | 209 | <map method="IDXGIOutputDuplication::MapDesktopSurface" visibility="internal"/> |
204 | 210 |
|
205 | 211 | <map method="IDXGIResource1::CreateSubresourceSurface" visibility="internal"/> |
|
213 | 219 |
|
214 | 220 | <ifdef name="STORE_APP"> |
215 | 221 | <map method="IDXGIOutput1::DuplicateOutput" visibility="internal"/> |
| 222 | + <map method="IDXGIOutput5::DuplicateOutput1" visibility="internal"/> |
216 | 223 | <map param="IDXGIOutput1::DuplicateOutput::ppOutputDuplication" type="void"/> |
| 224 | + <map param="IDXGIOutput5::DuplicateOutput1::ppOutputDuplication" type="void"/> |
217 | 225 | </ifdef> |
218 | 226 | <map param="IDXGIOutput1::DuplicateOutput::ppOutputDuplication" return="true"/> |
| 227 | + <map param="IDXGIOutput5::DuplicateOutput1::ppOutputDuplication" return="true"/> |
| 228 | + |
| 229 | + <map param="IDXGIOutput3::CheckOverlaySupport::pFlags" type="DXGI_OVERLAY_SUPPORT_FLAG"/> |
| 230 | + <map param="IDXGIOutput3::CheckOverlaySupport::pFlags" return="true"/> |
| 231 | + |
| 232 | + <map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" type="DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG"/> |
| 233 | + <map param="IDXGIOutput4::CheckOverlayColorSpaceSupport::pFlags" return="true"/> |
219 | 234 |
|
220 | 235 | <map param="ISurfaceImageSourceNative::BeginDraw::surface" return="true"/> |
221 | 236 |
|
|
237 | 252 | <map method="IDXGISwapChain2::[GS]etSourceSize" visibility="internal" /> |
238 | 253 |
|
239 | 254 | <map method="IDXGIFactory4::EnumWarpAdapter" visibility="private"/> |
| 255 | + <map method="IDXGIFactory4::EnumAdapterByLuid" visibility="private"/> |
240 | 256 |
|
241 | | - <!-- |
| 257 | + <map param="IDXGIAdapter3::RegisterHardwareContentProtectionTeardownStatusEvent::pdwCookie" return="true"/> |
| 258 | + <map param="IDXGIAdapter3::QueryVideoMemoryInfo::pVideoMemoryInfo" return="true"/> |
| 259 | + <map param="IDXGIAdapter3::RegisterVideoMemoryBudgetChangeNotificationEvent::pdwCookie" return="true"/> |
| 260 | + |
| 261 | + |
| 262 | + <!-- |
242 | 263 | // ***************************************************************** |
243 | 264 | // DXGI Functions |
244 | 265 | // ***************************************************************** |
|
0 commit comments