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

This commit is contained in:
gingerBill
2021-11-04 19:30:46 +00:00
parent a22120fe94
commit 23c74bc67b

View File

@@ -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