Files
khaotic-engine-Reborn/enginecustom/include/Vulkan/Include/slang/slang-hlsl-prelude.h
2025-03-22 14:52:39 +01:00

9 lines
206 B
C

#ifdef SLANG_HLSL_ENABLE_NVAPI
#include "nvHLSLExtns.h"
#endif
#ifndef __DXC_VERSION_MAJOR
// warning X3557: loop doesn't seem to do anything, forcing loop to unroll
#pragma warning(disable : 3557)
#endif