diff options
Diffstat (limited to 'source/slang/dxc-support.cpp')
| -rw-r--r-- | source/slang/dxc-support.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/dxc-support.cpp b/source/slang/dxc-support.cpp index b86330f20..98f099d4e 100644 --- a/source/slang/dxc-support.cpp +++ b/source/slang/dxc-support.cpp @@ -28,7 +28,7 @@ namespace Slang { - char const* GetHLSLProfileName(Profile profile); + String GetHLSLProfileName(Profile profile); String emitHLSLForEntryPoint( EntryPointRequest* entryPoint, TargetRequest* targetReq); |
