diff options
Diffstat (limited to 'bgfx/effects/hlsl/distortion.json')
-rw-r--r-- | bgfx/effects/hlsl/distortion.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgfx/effects/hlsl/distortion.json b/bgfx/effects/hlsl/distortion.json index 5eb70fa93d1..42a43d95c65 100644 --- a/bgfx/effects/hlsl/distortion.json +++ b/bgfx/effects/hlsl/distortion.json @@ -22,8 +22,8 @@ "rgb": true, "alpha": true }, - "vertex": "vs_distortion", - "fragment": "fs_distortion", + "vertex": "chains/hlsl/vs_distortion", + "fragment": "chains/hlsl/fs_distortion", "uniforms": [ { "name": "s_tex", "type": "int", "values": [ 0.0 ] }, { "name": "u_swap_xy", "type": "vec4", "values": [ 0.0, 0.0, 0.0, 0.0 ] }, |