(dataId: object, options?: DataToGPUOptions)
| 117 | return notYetImplemented('readSync'); |
| 118 | } |
| 119 | readToGPU(dataId: object, options?: DataToGPUOptions): GPUData { |
| 120 | return notYetImplemented('readToGPU'); |
| 121 | } |
| 122 | numDataIds(): number { |
| 123 | return notYetImplemented('numDataIds'); |
| 124 | } |
nothing calls this directly
no test coverage detected