Browse Source

Add comments

gingerBill 4 years ago
parent
commit
a882118c56
1 changed files with 1 additions and 2 deletions
  1. 1 2
      core/math/linalg/glsl/linalg_glsl.odin

+ 1 - 2
core/math/linalg/glsl/linalg_glsl.odin

@@ -1,9 +1,8 @@
+// core:math/linalg/glsl implements a GLSL-like mathematics library plus numerous other utility procedures
 package math_linalg_glsl
 package math_linalg_glsl
 
 
 import "core:builtin"
 import "core:builtin"
 
 
-foreign import math "webgl_math"
-
 TAU          :: 6.28318530717958647692528676655900576
 TAU          :: 6.28318530717958647692528676655900576
 PI           :: 3.14159265358979323846264338327950288
 PI           :: 3.14159265358979323846264338327950288
 E            :: 2.71828182845904523536
 E            :: 2.71828182845904523536