Changes

Jump to navigation Jump to search

CRT shaders

152 bytes removed, 20:13, 22 July 2013
no edit summary
====Download====
https://github.com/libretro/common-shaders/tree/master/crt
[[Category:FAQs]]
==Overview==
mul_res *= dotMaskWeights;
 
==Variants==
===Halation===
If you find the effect too strong on the Halation version, go to the following line of code:
mul_res += pow(texture2D(rubyTexture, xy2).rgb, vec3(monitorgamma))*0.1;
and lower the last number to reduce it.
 
=====Variants=====
===Halation===
mul_res += pow(texture2D(rubyTexture, xy2).rgb, vec3(monitorgamma))*0.1;
Lowering the last number reduces the effect of the halation. This is prefered since the default halation level is too high.
Anonymous user

Navigation menu