We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f0a88 commit 067f62fCopy full SHA for 067f62f
docs/1-introduction/1-1-getting-started/1-1-2-hello-d3d11.md
@@ -125,14 +125,14 @@ void HelloD3D11Application::Render()
125
}
126
```
127
128
-`HellD3D11Application.hpp`
+HelloD3D11Application.hpp
129
```cpp
130
#include <d3d11.h>
131
#include <dxgi1_3.h>
132
#include <wrl.h>
133
134
135
-`HellD3D11Application.cpp`
+HelloD3D11Application.cpp
136
137
#include <GLFW/glfw3.h>
138
#define GLFW_EXPOSE_NATIVE_WIN32
0 commit comments