|
|
@ -4,6 +4,10 @@ |
|
|
#pragma warning(disable: 3556) // Integer divides might be much slower, try using uints if possible |
|
|
#pragma warning(disable: 3556) // Integer divides might be much slower, try using uints if possible |
|
|
|
|
|
|
|
|
// If these keywords are set by Unity, redefine them to have a truthy value |
|
|
// If these keywords are set by Unity, redefine them to have a truthy value |
|
|
|
|
|
#if defined(FFXM_HALF) |
|
|
|
|
|
#undef FFXM_HALF |
|
|
|
|
|
#define FFXM_HALF (1) |
|
|
|
|
|
#endif |
|
|
#ifdef FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE |
|
|
#ifdef FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE |
|
|
#undef FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE |
|
|
#undef FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE |
|
|
#define FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE 1 |
|
|
#define FFXM_FSR2_OPTION_SHADER_OPT_PERFORMANCE 1 |
|
|
|