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

Method Draw_InitLocal

client/src/main/java/jake2/client/render/fast/Draw.java:50–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 ===============
49 */
50 void Draw_InitLocal() {
51 // load console characters (don't bilerp characters)
52 draw_chars = GL_FindImage("pics/conchars.pcx", it_pic);
53 GL_Bind(draw_chars.texnum);
54 gl.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
55 gl.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
56 }
57
58 /*
59 ================

Callers

nothing calls this directly

Calls 3

GL_FindImageMethod · 0.80
glTexParameterfMethod · 0.65
GL_BindMethod · 0.45

Tested by

no test coverage detected