We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861c36e commit 59efc54Copy full SHA for 59efc54
CMakeLists.txt
@@ -109,9 +109,6 @@ if(ENABLE_EMSCRIPTEN)
109
# Note: The "SHELL:" syntax is required to pass each argument as-is, but without quotes and CMake's de-duplication.
110
add_compile_options(
111
"SHELL:-s USE_SDL=2"
112
- "SHELL:-s MIN_WEBGL_VERSION=2"
113
- "SHELL:-s MAX_WEBGL_VERSION=2"
114
- "SHELL:-s ALLOW_MEMORY_GROWTH=1"
115
"SHELL:-s NO_DISABLE_EXCEPTION_CATCHING"
116
)
117
@@ -120,6 +117,7 @@ if(ENABLE_EMSCRIPTEN)
120
"SHELL:-s MIN_WEBGL_VERSION=2"
121
118
"SHELL:-s MAX_WEBGL_VERSION=2"
122
119
"SHELL:-s FULL_ES2=1"
+ "SHELL:-s FULL_ES3=1"
123
"SHELL:-s ALLOW_MEMORY_GROWTH=1"
124
125
0 commit comments