mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-09 09:08:16 +00:00
[examples] Add math/noise, align imports.
This commit is contained in:
@@ -77,6 +77,7 @@ import fixed "core:math/fixed"
|
||||
import linalg "core:math/linalg"
|
||||
import glm "core:math/linalg/glsl"
|
||||
import hlm "core:math/linalg/hlsl"
|
||||
import noise "core:math/noise"
|
||||
import rand "core:math/rand"
|
||||
|
||||
import mem "core:mem"
|
||||
@@ -183,6 +184,7 @@ _ :: fixed
|
||||
_ :: linalg
|
||||
_ :: glm
|
||||
_ :: hlm
|
||||
_ :: noise
|
||||
_ :: rand
|
||||
_ :: mem
|
||||
_ :: ast
|
||||
|
||||
Reference in New Issue
Block a user