diff options
| author | Yong He <yonghe@outlook.com> | 2021-11-15 13:52:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 13:52:37 -0800 |
| commit | ae9df74fce7e3583effc822b3003542cf753823d (patch) | |
| tree | 3bfff7def0c448a868876e0656babd2c84472fca /slang.h | |
| parent | 7a4f08ee0411220c728bf42832d98e72d72167e2 (diff) | |
Update gfx interface. (#2015)
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -857,6 +857,8 @@ extern "C" #define SLANG_E_INTERNAL_FAIL SLANG_MAKE_CORE_ERROR(6) //! Could not complete because some underlying feature (hardware or software) was not available #define SLANG_E_NOT_AVAILABLE SLANG_MAKE_CORE_ERROR(7) + //! Could not complete because the operation times out. +#define SLANG_E_TIME_OUT SLANG_MAKE_CORE_ERROR(8) /** A "Universally Unique Identifier" (UUID) |
