og luminence

This commit is contained in:
spatialfree 2022-10-19 02:51:30 -04:00
parent f8ba4d6cd1
commit 94917f5b3d

View file

@ -122,5 +122,5 @@ float4 ps(psIn input) : SV_TARGET {
// float value = (col.r + col.r + col.g + col.g + col.g + col.b) / 6;
// return float4(value, value, value, 1);
return col * 0.333;
return col;
}