Browse Source

TSL Transpiler: Add valid `!=` (#30890)

Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
Samuel Rigaud 9 months ago
parent
commit
e7aa484bc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/jsm/transpiler/TSLEncoder.js

+ 1 - 0
examples/jsm/transpiler/TSLEncoder.js

@@ -15,6 +15,7 @@ const opLib = {
 	'<=': 'lessThanEqual',
 	'>=': 'greaterThanEqual',
 	'==': 'equal',
+	'!=': 'notEqual',
 	'&&': 'and',
 	'||': 'or',
 	'^^': 'xor',

粤ICP备19079148号