Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ glVertex2f
Method
glVertex2f
client/src/main/java/jake2/client/render/opengl/QGL.java:151–151 ·
view source on GitHub ↗
(float x, float y)
Source
from the content-addressed store, hash-verified
149
void
glUnlockArraysEXT();
150
151
void
glVertex2f(float x, float y);
152
153
void
glVertex3f(float x, float y, float z);
154
Callers
8
glVertex2f
Method · 0.65
Draw_Char
Method · 0.65
Draw_StretchPic
Method · 0.65
Draw_Pic
Method · 0.65
Draw_TileClear
Method · 0.65
Draw_Fill
Method · 0.65
Draw_FadeScreen
Method · 0.65
Draw_StretchRaw
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