Skip to content

Commit

Permalink
Update for WinPixEventRuntime
Browse files Browse the repository at this point in the history
The PIX event runtime moved out of the Windows SDK and into a NuGet
package.  This change updates the requirements with a link to
installation instructions for the WinPixEventRuntime and updates the
PIX header included to pix3.h as required by the new package.
  • Loading branch information
ccenotti committed Jul 3, 2019
1 parent d336e6c commit 721173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Samples/D3D12nBodyGravity/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The main differences are:
* Windows 10, 64-bit
* A Direct3D 12 compatible GPU
* Screen resolution must be 1920x1080 or higher. The sample will run in 1600×1050 pixel resolution.
* The WinPixEventRuntime is required to build, this can be installed by following these instructions: https://devblogs.microsoft.com/pix/winpixeventruntime/

## Notes

Expand Down
2 changes: 1 addition & 1 deletion Samples/D3D12nBodyGravity/src/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <D3Dcompiler.h>
#include <DirectXMath.h>
#include "d3dx12.h"
#include <pix.h>
#include <pix3.h>

#include <wrl.h>
#include <vector>
Expand Down

0 comments on commit 721173b

Please sign in to comment.