We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9783a2c commit 59fb234Copy full SHA for 59fb234
.vscode/settings.json
@@ -97,7 +97,6 @@
97
},
98
"files.exclude": {
99
"build": true,
100
- "OpenGL/vendor": true,
101
102
"C_Cpp.default.cppStandard": "c++20"
103
}
OpenGL/CMakeLists.txt
@@ -32,14 +32,15 @@ endif()
32
file(GLOB_RECURSE res_files "res/*")
33
34
# Add WebGPU
35
-# Also adds Add GLFW
+# Also adds GLFW
36
FetchContent_Declare(
37
webgpu
38
GIT_REPOSITORY https://github.com/anchpop/WebGPU-distribution.git
39
- GIT_TAG 257f230bdad880339eef961b7ff5974a04e30dc5
+ GIT_TAG 2f6b3ec866a0c579782b759ef79649dae57ffc9b
40
)
41
FetchContent_MakeAvailable(webgpu)
42
43
+
44
add_subdirectory(${VENDOR_DIR}/glfw3webgpu)
45
46
# Add GLM
0 commit comments