| 6901 | } |
| 6902 | t3.bindBuffer(t3.ARRAY_BUFFER, this._attributesBuffer), t3.bufferData(t3.ARRAY_BUFFER, i3.subarray(0, s3), t3.STREAM_DRAW); |
| 6903 | for (let e4 = 0; e4 < this._atlas.pages.length; e4++) this._atlas.pages[e4].version !== this._atlasTextures[e4].version && this._bindAtlasPageTexture(t3, this._atlas, e4); |
| 6904 | t3.drawElementsInstanced(t3.TRIANGLE_STRIP, 4, t3.UNSIGNED_BYTE, 0, s3 / h); |
| 6905 | } |
| 6906 | setAtlas(e3) { |
| 6907 | this._atlas = e3; |
| 6908 | for (const e4 of this._atlasTextures) e4.version = -1; |
| 6909 | } |