[examples] Add math/noise, align imports.

This commit is contained in:
Jeroen van Rijn
2022-09-15 18:01:15 +02:00
parent 479278be4e
commit 9842019205
+2
View File
@@ -77,6 +77,7 @@ 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 hlm "core:math/linalg/hlsl"
import noise "core:math/noise"
import rand "core:math/rand" import rand "core:math/rand"
import mem "core:mem" import mem "core:mem"
@@ -183,6 +184,7 @@ _ :: fixed
_ :: linalg _ :: linalg
_ :: glm _ :: glm
_ :: hlm _ :: hlm
_ :: noise
_ :: rand _ :: rand
_ :: mem _ :: mem
_ :: ast _ :: ast