MCPcopy Create free account
hub / github.com/demoth/jake2 / R_RegisterSkin

Method R_RegisterSkin

client/src/main/java/jake2/client/render/fast/Image.java:1513–1515  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

1511 ===============
1512 */
1513 public image_t R_RegisterSkin(String name) {
1514 return GL_FindImage(name, it_skin);
1515 }
1516
1517 IntBuffer texnumBuffer=Lib.newIntBuffer(1);
1518

Callers

nothing calls this directly

Calls 1

GL_FindImageMethod · 0.95

Tested by

no test coverage detected