(e3)
| 6940 | this._renderVertices(this._vertices); |
| 6941 | } |
| 6942 | renderCursor() { |
| 6943 | this._renderVertices(this._verticesCursor); |
| 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 | } |
no outgoing calls
no test coverage detected