Browse Source

Don't use global_memory on PS4/5 I guess since it breaks everything

mac-autoexp
Nico de Poel 3 years ago
parent
commit
b15e828e2c
  1. 2
      Assets/Resources/FSR2/shaders/ffx_common_types.h

2
Assets/Resources/FSR2/shaders/ffx_common_types.h

@ -254,7 +254,7 @@ typedef min16int4 FfxInt16x4;
#define FFX_16BIT_MATRIX( TypeName, BaseComponentType, ROW, COL ) typedef BaseComponentType##ROW##x##COL TypeName;
#define unorm
#define globallycoherent global_memory
#define globallycoherent
#elif FFX_HALF

Loading…
Cancel
Save