Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glPolygonMode
Method
glPolygonMode
client/src/main/java/jake2/client/render/opengl/QGL.java:111–111 ·
view source on GitHub ↗
(int face, int mode)
Source
from the content-addressed store, hash-verified
109
void
glPointSize(float size);
110
111
void
glPolygonMode(
int
face,
int
mode);
112
113
void
glPopMatrix();
114
Callers
4
glPolygonMode
Method · 0.65
GL_SetDefaultState
Method · 0.65
drawModelTris
Method · 0.65
R_DrawAliasModel
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