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 486952d commit cde7b7fCopy full SHA for cde7b7f
src/D3D12Sample.cpp
@@ -41,7 +41,7 @@ namespace PS
41
#else
42
extern "C" { __declspec(dllexport) extern const UINT D3D12SDKVersion = D3D12_SDK_VERSION; }
43
#endif
44
- extern "C" { __declspec(dllexport) extern const char* D3D12SDKPath = u8".\\D3D12\\"; }
+ extern "C" { __declspec(dllexport) extern const char* D3D12SDKPath = ".\\D3D12\\"; }
45
46
47
enum class ExitCode : int
0 commit comments