()
| 6944 | } |
| 6945 | _renderVertices(e3) { |
| 6946 | const t3 = this._gl; |
| 6947 | t3.useProgram(this._program), t3.bindVertexArray(this._vertexArrayObject), t3.uniformMatrix4fv(this._projectionLocation, false, n.PROJECTION_MATRIX), t3.bindBuffer(t3.ARRAY_BUFFER, this._attributesBuffer), t3.bufferData(t3.ARRAY_BUFFER, e3.attributes, t3.DYNAMIC_DRAW), t3.drawElementsInstanced(this._gl.TRIANGLE_STRIP, 4, t3.UNSIGNED_BYTE, 0, e3.count); |
| 6948 | } |
| 6949 | handleResize() { |
| 6950 | this._updateViewportRectangle(); |
| 6951 | } |
nothing calls this directly
no test coverage detected