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 d860b91020637212d684adf46f94f9a0cf18d737
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Sat Jul 29 05:23:29 2023 -0700
Update 'Direct3D 11 for 2D: Creating a window'
---
Direct3D-11-for-2D%3A-Creating-a-window.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Direct3D-11-for-2D%3A-Creating-a-window.md b/Direct3D-11-for-2D%3A-Creating-a-window.md
index 1f5a781..090cfef 100644
--- a/Direct3D-11-for-2D%3A-Creating-a-window.md
+++ b/Direct3D-11-for-2D%3A-Creating-a-window.md
@@ -554,7 +554,9 @@ void d3d_render(D3d *d3d)
When the program is launched, you should obtain a window with a white background, like this:
+<p align="center">
<img alt="tutorial 0" src="" width="30%" height="30%">
+</p>
Some actions are implemented:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.