Skip to content

Commit

Permalink
Adding URL as a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwak-work committed Jan 3, 2025
1 parent 0e9befc commit a444b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/slang-test/slang-test-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
using namespace Slang;

#if defined(_WIN32)
// https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/#2.-set-agility-sdk-parameters
extern "C" { __declspec(dllexport) extern const uint32_t D3D12SDKVersion = 711; }

extern "C" { __declspec(dllexport) extern const char* D3D12SDKPath = u8".\\D3D12\\"; }
#endif

Expand Down

0 comments on commit a444b58

Please sign in to comment.