diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 0eaf6e8e9..7be5b332d 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -500,7 +500,7 @@ namespace Slang CodeGenTarget target); /* Returns true if a codeGen target is available. */ - bool hasCodeGenTarget(Session* session, CodeGenTarget target); + SlangResult checkCompileTargetSupport(Session* session, CodeGenTarget target); struct TypeCheckingCache; // |
