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

Method bindTexture

gpu-pipeline/webgl/gl-class.js:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 bindTexture() {
28 this.gl_.bindTexture(this.gl_.TEXTURE_2D, this.texture_);
29 }
30}
31
32// A wrapper class for WebGL texture and its associted framebuffer and utility functions.

Callers 3

bindTexturesMethod · 0.80
predictFunction · 0.80
createWebGLTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected