Skip to content

Commit

Permalink
Try Agility SDK 1.614.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwak-work committed Jan 25, 2025
1 parent 96a7815 commit 9480d66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/slang-binaries
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 @@ -52,7 +52,7 @@ using namespace Slang;

extern "C"
{
__declspec(dllexport) extern const uint32_t D3D12SDKVersion = 715;
__declspec(dllexport) extern const uint32_t D3D12SDKVersion = 614;
}

extern "C"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-server/test-server-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

extern "C"
{
__declspec(dllexport) extern const uint32_t D3D12SDKVersion = 715;
__declspec(dllexport) extern const uint32_t D3D12SDKVersion = 614;
}

extern "C"
Expand Down

0 comments on commit 9480d66

Please sign in to comment.