(
shapeRowsCol: [number, number], physicalTexType: PhysicalTextureType,
isPacked: boolean)
| 281 | } |
| 282 | |
| 283 | function getKeyFromTextureShape( |
| 284 | shapeRowsCol: [number, number], physicalTexType: PhysicalTextureType, |
| 285 | isPacked: boolean): string { |
| 286 | return `${shapeRowsCol[0]}_${shapeRowsCol[1]}_${physicalTexType}_${isPacked}`; |
| 287 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…