mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// core:math/linalg/glsl implements a GLSL-like mathematics library plus numerous other utility procedures
|
||||
package math_linalg_glsl
|
||||
|
||||
import "core:builtin"
|
||||
import "core:intrinsics"
|
||||
import "base:builtin"
|
||||
import "base:intrinsics"
|
||||
|
||||
TAU :: 6.28318530717958647692528676655900576
|
||||
PI :: 3.14159265358979323846264338327950288
|
||||
|
||||
Reference in New Issue
Block a user