summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/hlsl/blit.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/hlsl/blit.json')
-rw-r--r--bgfx/effects/hlsl/blit.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgfx/effects/hlsl/blit.json b/bgfx/effects/hlsl/blit.json
index 1fdfd623638..7aa7f37f5e9 100644
--- a/bgfx/effects/hlsl/blit.json
+++ b/bgfx/effects/hlsl/blit.json
@@ -116,6 +116,7 @@
// "mat3": 9 floats
// "mat4": 16 floats
"values": [ 1.0 ]
- }
+ },
+ { "name": "u_inv_view_dims", "type": "vec4", "values": [ 1.0, 1.0, 0.0, 0.0 ] }
]
}