Skip to content

Commit

Permalink
Update README.md with link to DX Landing Page
Browse files Browse the repository at this point in the history
Added link to the DirectX Landing Page at the top of this readme to make sure all DX-related components link back to our new single source of truth.
  • Loading branch information
JacquesvanRhynMSFT authored Jun 16, 2021
1 parent b8873b2 commit 51dc2a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ For more details about D3D11On12, see:
* [D3D11On12 reference documentation](https://docs.microsoft.com/en-us/windows/win32/api/d3d11on12/)
* D3D11On12 blog posts: [First](https://devblogs.microsoft.com/directx/direct3d-11-on-12-updates/) and [second](https://devblogs.microsoft.com/directx/coming-to-directx-12-d3d9on12-and-d3d11on12-resource-interop-apis/)

Make sure that you visit the [DirectX Landing Page](https://devblogs.microsoft.com/directx/landing-page/) for more resources for DirectX developers.

## How does it work?

The primary entrypoint to D3D11On12 is a custom version of the normal D3D11 driver [OpenAdapter10_2](https://docs.microsoft.com/en-us/windows-hardware/drivers/display/initializing-communication-with-the-direct3d-version-11-ddi) entrypoint, named `OpenAdapter_D3D11On12`, where D3D11 provides additional information to the mapping layer. In response to this, like a normal driver, D3D11On12 returns an adapter object, which exposes DDIs to create a device. The device is created like normal, but in addition to the normal DDI tables, it also exposes an `ID3D11On12DDIDevice` interface.
Expand Down Expand Up @@ -56,4 +58,4 @@ When possible, we will attempt to maintain compatibility between D3D11 and D3D11

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Note however that no data collection is performed when using your private builds.
Note however that no data collection is performed when using your private builds.

0 comments on commit 51dc2a1

Please sign in to comment.