summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/tint.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/tint.json')
-rw-r--r--bgfx/effects/tint.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/bgfx/effects/tint.json b/bgfx/effects/tint.json
index 19cd7687f15..7dfe9c8d709 100644
--- a/bgfx/effects/tint.json
+++ b/bgfx/effects/tint.json
@@ -17,8 +17,9 @@
"vertex": "vs_tint",
"fragment": "fs_tint",
"uniforms": [
- { "name": "s_tex", "type": "int", "values": [ 1.0 ] },
- { "name": "u_tint", "type": "vec4", "values": [ 1.0, 1.0, 1.0, 1.0 ] },
- { "name": "u_shift", "type": "vec4", "values": [ 0.1, 0.1, 0.0, 0.0 ] }
+ { "name": "s_tex", "type": "int", "values": [ 1.0 ] },
+ { "name": "u_tint", "type": "vec4", "values": [ 1.0, 1.0, 1.0, 1.0 ] },
+ { "name": "u_shift", "type": "vec4", "values": [ 0.1, 0.1, 0.0, 0.0 ] },
+ { "name": "u_texsize", "type": "vec4", "values": [ 1.0, 1.0, 0.0, 0.0 ] }
]
} \ No newline at end of file