summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-11-15 13:52:37 -0800
committerGitHub <noreply@github.com>2021-11-15 13:52:37 -0800
commitae9df74fce7e3583effc822b3003542cf753823d (patch)
tree3bfff7def0c448a868876e0656babd2c84472fca /slang.h
parent7a4f08ee0411220c728bf42832d98e72d72167e2 (diff)
Update gfx interface. (#2015)
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index 162787811..d47617edf 100644
--- a/slang.h
+++ b/slang.h
@@ -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)