Jelajahi Sumber

Ensure PREMUL ALPHA is the one we expect

Sebastien Vandenberghe 5 tahun lalu
induk
melakukan
77ba6e0a72
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/Engines/thinEngine.ts

+ 2 - 0
src/Engines/thinEngine.ts

@@ -2616,6 +2616,8 @@ export class ThinEngine {
             this._alphaState.reset();
             this._alphaState.reset();
 
 
             this._unpackFlipYCached = null;
             this._unpackFlipYCached = null;
+
+            this._gl.pixelStorei(this._gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL, 0);
         }
         }
 
 
         this._resetVertexBufferBinding();
         this._resetVertexBufferBinding();