SMAA_config.h 596 B

1234567891011
  1. #define SMAA_AREATEX_SELECT(sample) sample.rg
  2. #define SMAA_RT_METRICS ColSize
  3. #define SMAA_THRESHOLD SMAAThreshold // best noticable on "iloyjp6kr6q56_jzjamo0z6#" /* Vehicles\Cartoon\Tank */
  4. #define SMAA_MAX_SEARCH_STEPS 6
  5. #define SMAA_MAX_SEARCH_STEPS_DIAG 0
  6. #define SMAA_CORNER_ROUNDING 100
  7. #if SMAA_MAX_SEARCH_STEPS_DIAG==0
  8. #define SMAA_DISABLE_DIAG_DETECTION
  9. #endif
  10. #define SMAA_COLOR_WEIGHT_USE 1 // enabling slightly increases performance
  11. #define SMAA_COLOR_WEIGHT float3(0.509, 1.000, 0.194) // ClipSet(ColorLumWeight2/ColorLumWeight2.max());