diff options
Diffstat (limited to 'bgfx/effects/distortion.json')
| -rw-r--r-- | bgfx/effects/distortion.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bgfx/effects/distortion.json b/bgfx/effects/distortion.json index 13de69a40f6..e8bbac16095 100644 --- a/bgfx/effects/distortion.json +++ b/bgfx/effects/distortion.json @@ -1,3 +1,11 @@ +// license:BSD-3-Clause +// copyright-holders:ImJezze +//============================================================ +// +// distortion.json: Output distortion shader for CRT +// simulation. +// +//============================================================ { "blend": { "equation": "add", @@ -11,8 +19,8 @@ }, "cull": { "mode": "none" }, "write": { - "rgb": "true", - "alpha": "true" + "rgb": true, + "alpha": true }, "vertex": "vs_distortion", "fragment": "fs_distortion", |
