| 126 | parameters?: DataTextureParameters |
| 127 | ): Class<DataLoader<T, U>> { |
| 128 | return class extends DataLoader<T, U> { |
| 129 | readonly Texture = Texture |
| 130 | readonly TypedArrayLoader = createTypedArrayLoaderClass(parser) |
| 131 | readonly parameters = { |
nothing calls this directly
no outgoing calls
no test coverage detected