This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository Direct3D.wiki.
View the commit online.
commit 539ce1bc7657cb09fc18f48c470404dd5d3586fe
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Fri Aug 18 22:32:45 2023 -0700
Update 'Direct3D 11 for 2D: Display a pink triangle'
---
Direct3D-11-for-2D%3A-Display-a-pink-triangle.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md b/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md
index aa48486..8aa0fa9 100644
--- a/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md
+++ b/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md
@@ -1214,3 +1214,9 @@ Here is the diff file between `d3d_1.c` and `d3d_2.c`:
* present frame, that is, flip the back buffer and the front buffer
* if no vsync, we present immediatly
```
+
+When the program is launched, you should obtain a window with a pink triangle, like this:
+
+<p align="center">
+<img alt="coordinates system" src="" width="50%" height="50%">
+</p>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.