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 686e719ec0c1b0c33041faa62a8e0eccf8fabe9e
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Sat Jul 29 04:39:56 2023 -0700

    Update 'Direct3D 11 for 2D'
---
 Direct3D-11-for-2D.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Direct3D-11-for-2D.md b/Direct3D-11-for-2D.md
index 997c95e..e24c4e0 100644
--- a/Direct3D-11-for-2D.md
+++ b/Direct3D-11-for-2D.md
@@ -16,6 +16,11 @@ References:
 * [Direct3D 11.3 Functional Specification](https://microsoft.github.io/DirectX-Specs/d3d/archive/D3D11_3_FunctionalSpec.htm)
 * and of course MSDN !
 
+# Table of contents
+
+1. Tutorial 0: creation of a windows
+2. 
+
 # Creating a window
 
 There are numerous tutorials and examples on Internet about creating a window on Windows. So the code is presented below, with some remarks at the end. Here we also use a header file below, `win.h`, which contains structures and interface.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to