og luminence
This commit is contained in:
parent
f8ba4d6cd1
commit
94917f5b3d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue