MCPcopy Create free account
hub / github.com/Var3D/var3dframe / getTextrue

Method getTextrue

core/src/core/java/var3d/net/center/PixmapPro.java:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public Texture getTextrue() {
30 Texture texture = new Texture(pixmap);
31 pixmap.dispose();
32 return texture;
33 }
34
35 private Pixmap getPixmap(FileHandle file) {
36 byte[] bs = file.readBytes();

Callers 2

getTextureRegion2Method · 0.95
renderMethod · 0.80

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected