summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/crt-geom/crt-geom.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/crt-geom/crt-geom.json')
-rw-r--r--bgfx/effects/crt-geom/crt-geom.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/bgfx/effects/crt-geom/crt-geom.json b/bgfx/effects/crt-geom/crt-geom.json
index 12624942fe7..5b2e1b6730e 100644
--- a/bgfx/effects/crt-geom/crt-geom.json
+++ b/bgfx/effects/crt-geom/crt-geom.json
@@ -37,6 +37,10 @@
{ "name": "cornersize", "type": "vec4", "values": [ 0.01,0.0, 0.0, 0.0 ] },
{ "name": "cornersmooth", "type": "vec4", "values": [ 1000.0,0.0,0.0,0.0 ] },
{ "name": "aperture_strength", "type": "vec4", "values": [ 0.25,0.0,0.0,0.0 ] },
- { "name": "aperture_brightboost","type": "vec4", "values": [ 0.25,0.0,0.0,0.0 ] }
+ { "name": "aperture_brightboost","type": "vec4", "values": [ 0.25,0.0,0.0,0.0 ] },
+ { "name": "spot_size", "type": "vec4", "values": [ 0.3,0.0,0.0,0.0 ] },
+ { "name": "spot_growth","type": "vec4", "values": [ 0.1,0.0,0.0,0.0 ] },
+ { "name": "spot_growth_power", "type": "vec4", "values": [ 3.0,0.0,0.0,0.0 ] },
+ { "name": "u_interp", "type": "vec4", "values": [ 2.0,0.0,0.0,0.0 ] }
]
}