Skip to content

Commit

Permalink
Merge pull request #641 from microsoft/stwhi-master/ob-dx-samples
Browse files Browse the repository at this point in the history
adding yaml frontmatter for onboarding to the DMC Samples Browser
  • Loading branch information
stevewhims authored Jul 16, 2020
2 parents 052f32c + 71fc791 commit 58b6607
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Samples/Desktop/D3D1211On12/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
---
page_type: sample
languages:
- cpp
products:
- windows-api-win32
name: 11 on 12 Sample
urlFragment: 11-on-12-sample
description: Demonstrates how to use Direct3D 11-based rendering in combination with Direct3D 12.
extendedZipContent:
- path: LICENSE
target: LICENSE
---

# 11 on 12 Sample

![11On12 GUI](src/D3D1211On12.png)

This sample demonstrates how to use Direct3D 11 based rendering in combination with Direct3D 12 by sharing devices, command queues and resources between the 2 API versions. The sample illustrates this by using Direct2D to render a UI over Direct3D 12 content. This ability to share resources between runtimes makes porting apps/engines to 12 simpler as entire 11-based components, such as a UI system, can remain virtually untouched.
This sample demonstrates how to use Direct3D 11 based rendering in combination with Direct3D 12 by sharing devices, command queues and resources between the 2 API versions. The sample illustrates this by using Direct2D to render a UI over Direct3D 12 content. This ability to share resources between runtimes makes porting apps/engines to 12 simpler as entire 11-based components, such as a UI system, can remain virtually untouched.

0 comments on commit 58b6607

Please sign in to comment.