summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/hlsl.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/chains/hlsl.json')
-rw-r--r--bgfx/chains/hlsl.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json
index 2b730966a47..7e431f72803 100644
--- a/bgfx/chains/hlsl.json
+++ b/bgfx/chains/hlsl.json
@@ -14,6 +14,9 @@
// type: string
"author": "Ryan Holtz & ImJezze",
+ // transform (optional): This value determines whether the screen container is transformed the chain's shaders, otherwise the core renderer will handle the transformation (scale, offset).
+ "transform": true,
+
// sliders (optional): The list of sliders used by all of the entries in this chain. Can be omitted if no entries use any sliders.
"sliders": [
// type (required): The sliders's conceptual type. Is it a list of string selections? Is it a single floating-point value? Does it require RGB values, or XY values?