From ae9df74fce7e3583effc822b3003542cf753823d Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 15 Nov 2021 13:52:37 -0800 Subject: Update gfx interface. (#2015) --- slang.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'slang.h') 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) -- cgit v1.2.3