diff options
Diffstat (limited to 'bgfx/effects/unfiltered/blit.json')
-rw-r--r-- | bgfx/effects/unfiltered/blit.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bgfx/effects/unfiltered/blit.json b/bgfx/effects/unfiltered/blit.json index 5f5ad148148..fe8d78126d2 100644 --- a/bgfx/effects/unfiltered/blit.json +++ b/bgfx/effects/unfiltered/blit.json @@ -64,12 +64,12 @@ }, // vertex (required): The vertex shader to use when drawing. - // value: A string containing the name of a shader file to use, minus the extension. - "vertex": "vs_blit", + // value: A string containing the path and name of a shader file to use, minus the extension. + "vertex": "chains/unfiltered/vs_blit", // pixel/fragment (required): The pixel or fragment shader to use when drawing. - // value: A string containing the name of a shader file to use, minus the extension. - "fragment": "fs_blit", + // value: A string containing the path and name of a shader file to use, minus the extension. + "fragment": "chains/unfiltered/fs_blit", // uniforms (required): The list of uniforms for this effect. Can be empty, but must exist. "uniforms": [ |