mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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 fixed "core:math/fixed"
|
||||||
import linalg "core:math/linalg"
|
import linalg "core:math/linalg"
|
||||||
import glm "core:math/linalg/glsl"
|
import glm "core:math/linalg/glsl"
|
||||||
|
import hlm "core:math/linalg/hlsl"
|
||||||
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"
|
||||||
@@ -86,6 +87,7 @@ _ :: bits
|
|||||||
_ :: fixed
|
_ :: fixed
|
||||||
_ :: linalg
|
_ :: linalg
|
||||||
_ :: glm
|
_ :: glm
|
||||||
|
_ :: hlm
|
||||||
_ :: rand
|
_ :: rand
|
||||||
_ :: mem
|
_ :: mem
|
||||||
_ :: ast
|
_ :: ast
|
||||||
|
|||||||
Reference in New Issue
Block a user