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

Class

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

Source from the content-addressed store, hash-verified

17
18// A wrapper class for WebGL texture and its utility functions.
19class GlTextureImpl {
20 constructor(gl, texture, width, height) {
21 this.gl_ = gl;
22 this.texture_ = texture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected