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

Method glMatrixMode

client/src/main/java/jake2/client/render/opengl/QGL.java:96–96  ·  view source on GitHub ↗
(int mode)

Source from the content-addressed store, hash-verified

94 void glLoadMatrix(FloatBuffer m);
95
96 void glMatrixMode(int mode);
97
98 void glMultiTexCoord2f(int target, float s, float t);
99

Callers 5

glMatrixModeMethod · 0.65
R_SetupGLMethod · 0.65
R_SetGL2DMethod · 0.65
R_BeginFrameMethod · 0.65
R_DrawAliasModelMethod · 0.65

Implementers 2

LwjglGLclient/src/main/java/jake2/client/rend
DummyGLclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected