()
| 45 | } |
| 46 | |
| 47 | setupTexture() { |
| 48 | this.contextHandle = this.onRequestContextHandle(); |
| 49 | this.index = this.onRequestIndex(); |
| 50 | this.dimensionsId = this.id + 'Dim'; |
| 51 | this.sizeId = this.id + 'Size'; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * bit storage ratio of source to target 'buffer', i.e. if 8bit array -> 32bit tex = 4 |
no test coverage detected