(constructor)
| 374 | return this.constantTextureCount + textureIndexes++; |
| 375 | }; |
| 376 | const onUpdateValueMismatch = (constructor) => { |
| 377 | this.switchKernels({ |
| 378 | type: 'argumentMismatch', |
| 379 | needed: constructor |
| 380 | }); |
| 381 | }; |
| 382 | const onRequestContextHandle = () => { |
| 383 | return gl.TEXTURE0 + this.constantTextureCount + this.argumentTextureCount++; |
| 384 | }; |
no test coverage detected