소스 검색

Add `core:math/linalg/glsl` to all_main.odin

gingerBill 4 년 전
부모
커밋
2718ade2bc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      examples/all/all_main.odin

+ 2 - 0
examples/all/all_main.odin

@@ -29,6 +29,7 @@ import big            "core:math/big"
 import bits           "core:math/bits"
 import fixed          "core:math/fixed"
 import linalg         "core:math/linalg"
+import glm            "core:math/linalg/glsl"
 import rand           "core:math/rand"
 import mem            "core:mem"
 import ast            "core:odin/ast"
@@ -84,6 +85,7 @@ _ :: big
 _ :: bits
 _ :: fixed
 _ :: linalg
+_ :: glm
 _ :: rand
 _ :: mem
 _ :: ast