diff --git a/Packages/com.unity.postprocessing@3.2.2/PostProcessing/Runtime/Effects/Upscaling/ASR/Shaders/ffxm_fsr2_common.cginc b/Packages/com.unity.postprocessing@3.2.2/PostProcessing/Runtime/Effects/Upscaling/ASR/Shaders/ffxm_fsr2_common.cginc index 2e3c9b2..83c4ae2 100644 --- a/Packages/com.unity.postprocessing@3.2.2/PostProcessing/Runtime/Effects/Upscaling/ASR/Shaders/ffxm_fsr2_common.cginc +++ b/Packages/com.unity.postprocessing@3.2.2/PostProcessing/Runtime/Effects/Upscaling/ASR/Shaders/ffxm_fsr2_common.cginc @@ -7,7 +7,7 @@ // - DX11: forces use of DXC which is not supported // - XB1: native FP16 seems to be unsupported #if defined(SHADER_API_VULKAN) -#pragma require Native16Bit +//#pragma require Native16Bit // *sigh* Unity STILL ignores the #if guard when compiling for standalone #endif // If these keywords are set by Unity, redefine them to have a truthy value