Browse Source

Update `all_main.odin` to include `core:math/linalg/hlsl`

gingerBill 3 years ago
parent
commit
23c74bc67b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/all/all_main.odin

+ 2 - 0
examples/all/all_main.odin

@@ -30,6 +30,7 @@ import bits           "core:math/bits"
 import fixed          "core:math/fixed"
 import linalg         "core:math/linalg"
 import glm            "core:math/linalg/glsl"
+import hlm            "core:math/linalg/hlsl"
 import rand           "core:math/rand"
 import mem            "core:mem"
 import ast            "core:odin/ast"
@@ -86,6 +87,7 @@ _ :: bits
 _ :: fixed
 _ :: linalg
 _ :: glm
+_ :: hlm
 _ :: rand
 _ :: mem
 _ :: ast