(String filename)
| 9 | void decompress(String filename, Buffer dest, int width, int height); |
| 10 | |
| 11 | int[] dimensions(String filename); |
| 12 | |
| 13 | Texture.TextureSpecification loadTexture(int unit, boolean mips, String filename); |
| 14 | } |
no outgoing calls
no test coverage detected