MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _renderVertices

Method _renderVertices

src/server/web/public/terminal.js:6942–6945  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

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 }

Callers 2

renderBackgroundsMethod · 0.95
renderCursorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected