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

Method GL_Bind

client/src/main/java/jake2/client/render/fast/Main.java:101–101  ·  view source on GitHub ↗
(int texnum)

Source from the content-addressed store, hash-verified

99
100 abstract void GL_ShutdownImages();
101 abstract void GL_Bind(int texnum);
102 abstract void GL_TexEnv(int mode);
103 abstract void GL_TextureMode(String string);
104 abstract void GL_TextureAlphaMode(String string);

Callers 14

R_DrawSpriteModelMethod · 0.95
GL_DrawParticlesMethod · 0.95
R_RenderBrushPolyMethod · 0.45
R_DrawAlphaSurfacesMethod · 0.45
LM_UploadBlockMethod · 0.45
Draw_InitLocalMethod · 0.45
Draw_CharMethod · 0.45
Draw_StretchPicMethod · 0.45
Draw_PicMethod · 0.45
Draw_TileClearMethod · 0.45
Draw_StretchRawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected