diff options
author | Clay John <claynjohn@gmail.com> | 2022-10-23 17:00:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-23 17:00:01 -0700 |
commit | 753a182797e28e740c09a0d7c03b94d33946a0f6 (patch) | |
tree | 413fa80341f52487fe473f5f7c4c756ebe6ae336 /platform/web/SCsub | |
parent | a6fc95cd92dfa5eba0104bbbc6a1f43d30efd2d4 (diff) | |
parent | 398ee08375e1acc2354dcb8b9edbf2902a59fcf1 (diff) |
Merge pull request #65334 from dsnopek/opengl-multiview
[opengl] Add multiview to the opengl3 driver
Diffstat (limited to 'platform/web/SCsub')
-rw-r--r-- | platform/web/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/SCsub b/platform/web/SCsub index cb00fa9f5b..077024507a 100644 --- a/platform/web/SCsub +++ b/platform/web/SCsub @@ -35,6 +35,7 @@ sys_env.AddJSLibraries( "js/libs/library_godot_os.js", "js/libs/library_godot_runtime.js", "js/libs/library_godot_input.js", + "js/libs/library_godot_webgl2.js", ] ) |