diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-04-22 00:57:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 00:57:02 -0700 |
| commit | cb361223b88a21446cea60d316e3c01b7f8c2546 (patch) | |
| tree | 9598eabd52fcf56c5e2a2c6577beba50cd8c3ab0 /source/slang/slang-compiler.cpp | |
| parent | 62baf92a524a5b57eb465100a5e47c489c049f15 (diff) | |
Add a new SM profile 6.9 (#6879)
Diffstat (limited to 'source/slang/slang-compiler.cpp')
| -rw-r--r-- | source/slang/slang-compiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-compiler.cpp b/source/slang/slang-compiler.cpp index 2c9475004..9815f6ff1 100644 --- a/source/slang/slang-compiler.cpp +++ b/source/slang/slang-compiler.cpp @@ -874,6 +874,7 @@ String GetHLSLProfileName(Profile profile) CASE(DX_6_6, _6_6); CASE(DX_6_7, _6_7); CASE(DX_6_8, _6_8); + CASE(DX_6_9, _6_9); #undef CASE default: |
