mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Update all_main.odin to include core:math/linalg/hlsl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user