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

Method GL_TextureMode

client/src/main/java/jake2/client/render/fast/Main.java:103–103  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

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);
105 abstract void GL_TextureSolidMode(String string);
106 abstract void GL_UpdateSwapInterval();

Callers 2

R_BeginFrameMethod · 0.95
GL_SetDefaultStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected