Remove CubeReflection and the dependency on GLM

Bug: None
Change-Id: Ie0948a8c14751777754360d276ce212507b74642
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/72581
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2021-12-14 08:42:36 +00:00
committed by Dawn LUCI CQ
parent 4682ae0034
commit 5bd9445127
11 changed files with 9 additions and 390 deletions

View File

@@ -41,10 +41,6 @@ if (!defined(dawn_glfw_dir)) {
dawn_glfw_dir = "//third_party/glfw"
}
if (!defined(dawn_glm_dir)) {
dawn_glm_dir = "//third_party/glm"
}
if (!defined(dawn_googletest_dir)) {
dawn_googletest_dir = "//third_party/googletest"
}