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

Method glViewport

client/src/main/java/jake2/client/render/opengl/QGL.java:157–157  ·  view source on GitHub ↗
(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

155 void glVertexPointer(int size, int stride, FloatBuffer pointer);
156
157 void glViewport(int x, int y, int width, int height);
158
159 /*
160 * util extensions

Callers 4

glViewportMethod · 0.65
R_SetupGLMethod · 0.65
R_SetGL2DMethod · 0.65
R_BeginFrameMethod · 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