MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples /

Class

gpu-pipeline/webgl/gl-class.js:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68// Utility class for drawing.
69class FullscreenQuad {
70 constructor(gl) {
71 this.squareVerticesBuffer_ = gl.createBuffer();
72 gl.bindBuffer(gl.ARRAY_BUFFER, this.squareVerticesBuffer_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected