aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-11-04 14:56:16 +0000
committergingerBill <bill@gingerbill.org>2021-11-04 14:56:16 +0000
commit2718ade2bcdf62371b31b80293c379ca0b9661de (patch)
tree1b66e00f5b1323a37fd77c2ca3b66eea346267fe
parent95f36d4fa50c360428fb2bc5747d0fd23966c7ad (diff)
Add `core:math/linalg/glsl` to all_main.odin
-rw-r--r--examples/all/all_main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index 2351a87f8..92026fe2c 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -29,6 +29,7 @@ import big "core:math/big"
import bits "core:math/bits"
import fixed "core:math/fixed"
import linalg "core:math/linalg"
+import glm "core:math/linalg/glsl"
import rand "core:math/rand"
import mem "core:mem"
import ast "core:odin/ast"
@@ -84,6 +85,7 @@ _ :: big
_ :: bits
_ :: fixed
_ :: linalg
+_ :: glm
_ :: rand
_ :: mem
_ :: ast