(id)
| 1069 | texelSizeX, |
| 1070 | texelSizeY, |
| 1071 | attach (id) { |
| 1072 | gl.activeTexture(gl.TEXTURE0 + id); |
| 1073 | gl.bindTexture(gl.TEXTURE_2D, texture); |
| 1074 | return id; |
| 1075 | } |
| 1076 | }; |
| 1077 | } |
| 1078 |
nothing calls this directly
no outgoing calls
no test coverage detected