Browse Source

parameterIndex to order parameters

Jed 4 years ago
parent
commit
77713eb1a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hrt/shgraph/ShaderParam.hx

+ 1 - 0
hrt/shgraph/ShaderParam.hx

@@ -46,6 +46,7 @@ class ShaderParam extends ShaderNode {
 
 	private var parameterDisplay : String;
 	private var displayDiv : hide.Element;
+	public var parameterIndex : Int;
 	public function setName(s : String) {
 		parameterName = s;
 		if (eltName != null)