diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2018-11-28 17:56:32 -0500 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2018-11-28 14:56:32 -0800 |
| commit | 7f0ccc5580faa43c2554d9d016c27ebe069362c5 (patch) | |
| tree | cd958b3cb2e162c18c08583935982f0416f5a07b /source/slang/compiler.h | |
| parent | e21d5ad650130631e17662ce8f22d15315ab597a (diff) | |
* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSupport. (#728)
* Improved return codes from spSessionCheckCompileTargetSupport
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; // |
