Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codrops/RainEffect
/ updateTexture
Function
updateTexture
demo/js/index.js:12643–12645 ·
view source on GitHub ↗
(gl, source)
Source
from the content-addressed store, hash-verified
12641
}
12642
12643
function
updateTexture(gl, source) {
12644
gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, source);
12645
}
12646
12647
function
setRectangle(gl, x, y, width, height) {
12648
var
x1 = x;
Callers
1
createTexture
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected