diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-03 20:02:00 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-03 20:02:00 +0200 |
| commit | 6274071e3857c1640cc5aef804cb86509ab312f9 (patch) | |
| tree | 1a4e56b3c3b4bfb4d8f0d2f588487d6e227c3b27 /base/shader.h | |
| parent | 971e51eebbf088f1ac590da1fc57e803eb1ee8cf (diff) | |
Move to glfw
Diffstat (limited to 'base/shader.h')
| -rw-r--r-- | base/shader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/shader.h b/base/shader.h index a9cb400..df838df 100644 --- a/base/shader.h +++ b/base/shader.h @@ -8,10 +8,10 @@ #define CRTS_WARP 1 //-------------------------------------------------------------- // Try different masks -// #define CRTS_MASK_GRILLE 1 +#define CRTS_MASK_GRILLE 1 // #define CRTS_MASK_GRILLE_LITE 1 // #define CRTS_MASK_NONE 1 -#define CRTS_MASK_SHADOW 1 +// #define CRTS_MASK_SHADOW 1 // -------------------------------------------------------------- // Scanline thinness // 0.50 = fused scanlines |
