Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bindTextures
Method · 0.80
predict
Function · 0.80
createWebGLTexture
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected