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 37a0c2e85f5e86964c5b388580835ce21fd175aa
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Fri Aug 18 22:58:51 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, 4 insertions(+), 2 deletions(-)
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 9c67e28..6b5732c 100644
--- a/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md
+++ b/Direct3D-11-for-2D%3A-Display-a-pink-triangle.md
@@ -2071,7 +2071,7 @@ void d3d_render(D3d *d3d)
}
```
-**d3d_3.diff*
+**d3d_3.diff**
```diff
--- d3d_2.c 2023-08-17 13:29:23.597473100 +0200
@@ -2327,4 +2327,6 @@ void d3d_render(D3d *d3d)
/*
* Rasterizer Stage
-```
\ No newline at end of file
+```
+
+Remark that the `triangle_new()` function does not have the width and height of the windows, now.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.