Skip to content

Commit 6d332c9

Browse files
committed
Updated readme.mds
1 parent 9c53d32 commit 6d332c9

File tree

142 files changed

+1689
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1689
-988
lines changed

PCSamples/Graphics/SimpleHDR_PC/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample switches a UHD TV into HDR mode and renders an HDR scene with values higher than 1.0f, which will be displayed as brighter than white on a UHD TV using DirectX 11 on Windows 10."
1213
---
14+
1315
# SimpleHDR_PC
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/Graphics/SimpleHDR_PC/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/Graphics/SimpleHDR_PC12/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample switches a UHD TV into HDR mode and renders an HDR scene with values higher than 1.0f, which will be displayed as brighter than white on a UHD TV using DirectX 12."
1213
---
14+
1315
# SimpleHDR_PC12
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/Graphics/SimpleHDR_PC12/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/Graphics/VideoTexturePC12/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample demonstrates using the Media Foundation APIs on Windows 10 to play a video on a Direct3D texture using DirectX 12."
1213
---
14+
1315
# VideoTexturePC12
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/Graphics/VideoTexturePC12/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/DirectXTKSimpleSamplePC/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "The SimpleSample demo shows how to link to the DirectX Tool Kit for DirectX 11 library and demonstrates the use of several components."
1213
---
14+
1315
# DirectXTKSimpleSamplePC
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/DirectXTKSimpleSamplePC/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/DirectXTKSimpleSamplePC12/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "The SimpleSample demo shows how to link to the DirectX Tool Kit for DirectX 12 library and demonstrates the use of several components."
1213
---
14+
1315
# DirectXTKSimpleSamplePC12
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/DirectXTKSimpleSamplePC12/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/SimpleBezierPC/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample demonstrates how to create hull and domain shaders to draw a tessellated Bezier surface representing a Mobius strip for DirectX 11."
1213
---
14+
1315
# SimpleBezierPC
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/SimpleBezierPC/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/SimpleBezierPC12/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample demonstrates how to create hull and domain shaders to draw a tessellated Bezier surface representing a Mobius strip for DirectX 12."
1213
---
14+
1315
# SimpleBezierPC12
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/SimpleBezierPC12/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/SimpleComputePC/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "SimpleCompute shows how to use DirectCompute (i.e. Direct3D Compute Shader) for DirectX 11."
1213
---
14+
1315
# SimpleComputePC
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/SimpleComputePC/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/SimpleComputePC12/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "SimpleCompute shows how to use DirectCompute (i.e. Direct3D Compute Shader) for DirectX 12."
1213
---
14+
1315
# SimpleComputePC12
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/SimpleComputePC12/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

PCSamples/IntroGraphics/SimpleInstancingPC/Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ languages:
55
products:
66
- windows
77
extendedZipContent:
8-
- path: ../../../Kits
9-
- target: /
10-
- path: ../../../Media
11-
- target: /
8+
- path: Kits
9+
target: /
10+
- path: Media
11+
target: /
12+
description: "This sample demonstrates how to use instancing with the Direct3D 11 API."
1213
---
14+
1315
# SimpleInstancingPC
14-
For more information see this [Word document](Readme.docx).
15-
# Privacy Statement
16-
For more information about Microsoft’s privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).
16+
17+
For more information see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/PCSamples/IntroGraphics/SimpleInstancingPC/Readme.docx).
18+
19+
## Privacy Statement
20+
21+
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement/).

0 commit comments

Comments
 (0)