mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-19 15:24:05 +01:00
Switch to WebGL canvas context
This commit is contained in:
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@@ -6977,7 +6977,7 @@ class WebGL2Player {
|
||||
}
|
||||
#setupShaders() {
|
||||
BxLogger.info(LOG_TAG7, "Setting up", getPref("video_power_preference"));
|
||||
const gl = this.#$canvas.getContext("webgl2", {
|
||||
const gl = this.#$canvas.getContext("webgl", {
|
||||
isBx: !0,
|
||||
antialias: !0,
|
||||
alpha: !1,
|
||||
|
||||
Reference in New Issue
Block a user