File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/webgpu/scripts/build Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const commonArgs = {
23
23
DAWN_USE_GLFW : "OFF" ,
24
24
DAWN_FETCH_DEPENDENCIES : "ON" ,
25
25
DAWN_ENABLE_DESKTOP_GL : "OFF" ,
26
+ DAWN_ENABLE_OPENGLES : "OFF" ,
26
27
BUILD_SHARED_LIBS : "OFF" ,
27
28
} ;
28
29
@@ -41,7 +42,6 @@ const android = {
41
42
args : {
42
43
CMAKE_TOOLCHAIN_FILE : "$ANDROID_NDK/build/cmake/android.toolchain.cmake" ,
43
44
ANDROID_PLATFORM : "android-26" ,
44
- DAWN_ENABLE_OPENGLES : "ON" ,
45
45
DAWN_BUILD_MONOLITHIC_LIBRARY : "SHARED" ,
46
46
CMAKE_EXE_LINKER_FLAGS : "-llog" ,
47
47
CMAKE_SHARED_LINKER_FLAGS : "-llog" ,
@@ -57,7 +57,6 @@ const apple = {
57
57
} ,
58
58
args : {
59
59
CMAKE_TOOLCHAIN_FILE : `${ __dirname } /apple.toolchain.cmake` ,
60
- DAWN_ENABLE_OPENGLES : "OFF" ,
61
60
DAWN_BUILD_MONOLITHIC_LIBRARY : "STATIC" ,
62
61
// -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=13.0 -DENABLE_BITCODE=OFF -DENABLE_ARC=OFF -DENABLE_VISIBILITY=OFF
63
62
...commonArgs ,
You can’t perform that action at this time.
0 commit comments