diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-11-12 16:21:15 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-11-12 18:22:27 +0000 |
| commit | ea9e37f92332358fe85f7802bc301ab509fa2003 (patch) | |
| tree | dc115cf8174b1c4cce34080ca99557714496f98f /ThirdParty/DirectXShaderCompiler | |
| parent | added address alignment checks (diff) | |
| download | DiligentCore-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.cpp | 2 |
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) |
