(dataId: DataId)
| 714 | } |
| 715 | |
| 716 | getTexture(dataId: DataId): WebGLTexture { |
| 717 | this.uploadToGPU(dataId); |
| 718 | return this.texData.get(dataId).texture.texture; |
| 719 | } |
| 720 | |
| 721 | /** |
| 722 | * Returns internal information for the specific data bucket. Used in unit |
no test coverage detected