Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glPushMatrix
Method
glPushMatrix
client/src/main/java/jake2/client/render/opengl/QGL.java:115–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
void
glPopMatrix();
114
115
void
glPushMatrix();
116
117
void
glReadPixels(
int
x,
int
y,
int
width,
int
height,
int
format,
118
int
type, ByteBuffer pixels);
Callers
6
glPushMatrix
Method · 0.65
R_DrawTriangleOutlines
Method · 0.65
R_DrawBrushModel
Method · 0.65
R_DrawNullModel
Method · 0.65
R_DrawAliasModel
Method · 0.65
R_DrawSkyBox
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected