diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-02-27 09:14:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-27 09:14:11 -0500 |
| commit | 15ed4527a28e757ae2617905188ebf19f16cb0a1 (patch) | |
| tree | f270b0f8cc760232ca2555ea6790e9ee80a11fdc /source | |
| parent | d9b73266ab46c9b4ba3b0d25d369e30143ac398f (diff) | |
Hotfix/device check review (#862)
* Fix typo on return type.
* * Inverted order of FlagCombiner (to make more 'nested for' like)
* On Dx12 just use D3D_FEATURE_LEVEL_11_0
* Fix typo on dll name
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp index a380231e9..9037c0944 100644 --- a/source/slang/compiler.cpp +++ b/source/slang/compiler.cpp @@ -843,7 +843,7 @@ namespace Slang // Implementations in `dxc-support.cpp` -int emitDXILForEntryPointUsingDXC( +SlangResult emitDXILForEntryPointUsingDXC( BackEndCompileRequest* compileRequest, EntryPoint* entryPoint, Int entryPointIndex, |
