summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/hlsl/post.json
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-04-14 17:22:08 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-04-14 17:22:24 +0200
commit99aa7eacd7a2bb7a3711f8ff3f918e8fbe1f2819 (patch)
treea681a4407878fcf7cc89973e6bb5bc09dcb22c3c /bgfx/effects/hlsl/post.json
parent0ff1223fe85b054b3b8ef3a8e5ca6ad859154ed8 (diff)
bgfx: Add data-driven render target clearing [Ryan Holtz]
Diffstat (limited to 'bgfx/effects/hlsl/post.json')
-rw-r--r--bgfx/effects/hlsl/post.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgfx/effects/hlsl/post.json b/bgfx/effects/hlsl/post.json
index 48530433f40..16ebbe01c9f 100644
--- a/bgfx/effects/hlsl/post.json
+++ b/bgfx/effects/hlsl/post.json
@@ -22,8 +22,8 @@
"rgb": true,
"alpha": true
},
- "vertex": "vs_post",
- "fragment": "fs_post",
+ "vertex": "chains/hlsl/vs_post",
+ "fragment": "chains/hlsl/fs_post",
"uniforms": [
{ "name": "s_tex", "type": "int", "values": [ 0.0 ] },
{ "name": "s_shadow", "type": "int", "values": [ 1.0 ] },