Updated Using DeviceResources (markdown)

Chuck Walbourn 2022-03-29 13:52:59 -07:00
Родитель 42b350a3b4
Коммит 651e91dc97
1 изменённых файлов: 1 добавлений и 1 удалений

@ -74,7 +74,7 @@ If you prefer to make use of Visual Studio's integrated [CMake](https://docs.mic
The simplest way to use these is to clone *directx-vs-templates*, open up PowerShell, change to the ``directx-vs-templates/VSIX`` directory, and run the following script which will create a fresh instance of the template set up for CMake development:
```
.\createcmake.ps1 d3d11game_win32_dr Direct3DGame $Env:USERPROFILE\source\Direct3DGameDR
.\createcmake.ps1 d3d11game_win32_dr Direct3DGameDR $Env:USERPROFILE\source
```
## COM