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

Class

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

Source from the content-addressed store, hash-verified

44
45// A wrapper class for WebGL program and its utility functions.
46class GlProgramImpl {
47 constructor(gl, program) {
48 this.gl_ = gl;
49 this.program_ = program;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected