summaryrefslogtreecommitdiff
path: root/prelude/slang-hlsl-prelude.h
blob: 8e77201f98eaaeb402d55f1105b23fc8860f73c1 (plain)
1
2
3
4
5
6
7
8
#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