Skip to content

Commit

Permalink
Hotfix for location of d3dx12.h
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jun 21, 2017
1 parent f9de443 commit 247656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inc/DescriptorHeap.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <d3dx12_x.h>
#else
#include <d3d12.h>
#include <d3dx12.h>
#include "d3dx12.h"
#endif

#include <stdexcept>
Expand Down

0 comments on commit 247656c

Please sign in to comment.