summaryrefslogtreecommitdiffstats
path: root/ThirdParty/DirectXShaderCompiler
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2020-11-12 16:21:15 +0000
committerazhirnov <zh1dron@gmail.com>2020-11-12 18:22:27 +0000
commitea9e37f92332358fe85f7802bc301ab509fa2003 (patch)
treedc115cf8174b1c4cce34080ca99557714496f98f /ThirdParty/DirectXShaderCompiler
parentadded address alignment checks (diff)
downloadDiligentCore-ea9e37f92332358fe85f7802bc301ab509fa2003.tar.gz
DiligentCore-ea9e37f92332358fe85f7802bc301ab509fa2003.zip
added IntToStr instead of _itoa_s, fixed compilation
Diffstat (limited to 'ThirdParty/DirectXShaderCompiler')
-rw-r--r--ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp b/ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp
index d5ebbb14..a04a02c9 100644
--- a/ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp
+++ b/ThirdParty/DirectXShaderCompiler/dxc/Support/dxcapi.cpp
@@ -5,4 +5,4 @@ DEFINE_CROSS_PLATFORM_UUIDOF(IDxcLibrary)
DEFINE_CROSS_PLATFORM_UUIDOF(IDxcCompiler)
DEFINE_CROSS_PLATFORM_UUIDOF(IDxcValidator)
DEFINE_CROSS_PLATFORM_UUIDOF(IDxcVersionInfo)
-
+DEFINE_CROSS_PLATFORM_UUIDOF(IDxcAssembler)