You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# DirectX-Graphics-Samples
2
-
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications for Windows 10.
2
+
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications for Windows 10. We also have a YouTube channel! Visit us here: https://www.youtube.com/MicrosoftDirectX12andGraphicsEducation
3
3
4
4
## API Samples
5
5
In the Samples directory, you will find samples that attempt to break off specific features and specific usage scenarios into bite sized chunks. For example, the ExecuteIndirect sample will show you just enough about execute indirect to get started with that feature without diving too deep into multiengine whereas the nBodyGravity sample will delve into multiengine without touching on the execute indirect feature etc. By doing this, we hope to make it easier to get started with DirectX 12.
@@ -33,4 +33,5 @@ It came from a desire to quickly dive into graphics and performance experiments.
33
33
## Contributing
34
34
We're always looking for your help to fix bugs and improve the samples. File those pull requests and we'll be happy to take a look.
35
35
36
-
Find more information on DirectX 12 on our blog: http://blogs.msdn.com/b/directx/
36
+
Find more information on DirectX 12 on our blog: http://blogs.msdn.com/b/directx/
0 commit comments