slang-shaders/include/img/subpx_masks.h

12 lines
255 B
C
Raw Normal View History

2020-04-29 13:37:24 +10:00
#ifndef SUBPX_MASKS
#define SUBPX_MASKS
#pragma parameter mask_strength "Phosphor Mask Strength" 0.5 0.0 1.0 0.01
#pragma parameter mask_picker "Phosphor Mask Layout" 0.0 0.0 19.0 1.0
int mask = int(mask_picker);
#include "../subpixel_masks.h"
#endif