MCPcopy 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

glVertex2fMethod · 0.65
Draw_CharMethod · 0.65
Draw_StretchPicMethod · 0.65
Draw_PicMethod · 0.65
Draw_TileClearMethod · 0.65
Draw_FillMethod · 0.65
Draw_FadeScreenMethod · 0.65
Draw_StretchRawMethod · 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