Browse Source

Add `core:math/linalg/glsl` to all_main.odin

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

+ 2 - 0
examples/all/all_main.odin

@@ -29,6 +29,7 @@ import big            "core:math/big"
 import bits           "core:math/bits"
 import bits           "core:math/bits"
 import fixed          "core:math/fixed"
 import fixed          "core:math/fixed"
 import linalg         "core:math/linalg"
 import linalg         "core:math/linalg"
+import glm            "core:math/linalg/glsl"
 import rand           "core:math/rand"
 import rand           "core:math/rand"
 import mem            "core:mem"
 import mem            "core:mem"
 import ast            "core:odin/ast"
 import ast            "core:odin/ast"
@@ -84,6 +85,7 @@ _ :: big
 _ :: bits
 _ :: bits
 _ :: fixed
 _ :: fixed
 _ :: linalg
 _ :: linalg
+_ :: glm
 _ :: rand
 _ :: rand
 _ :: mem
 _ :: mem
 _ :: ast
 _ :: ast