Bläddra i källkod

Support intrinsics taking Vector3 args. (#2310)

Tristan Labelle 6 år sedan
förälder
incheckning
d1eab936a1
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      utils/hct/hctdb_instrhelp.py

+ 2 - 0
utils/hct/hctdb_instrhelp.py

@@ -398,6 +398,8 @@ class db_oload_gen:
             "splitdouble": "A(pSDT);",
             "twoi32": "A(p2I32);",
             "twof32": "A(p2F32);",
+            "threei32": "A(p3I32);",
+            "threef32": "A(p3F32);",
             "fouri32": "A(p4I32);",
             "fourf32": "A(p4F32);",
             "u32": "A(pI32);",