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

Method glReadPixels

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

Source from the content-addressed store, hash-verified

115 void glPushMatrix();
116
117 void glReadPixels(int x, int y, int width, int height, int format,
118 int type, ByteBuffer pixels);
119
120 void glRotatef(float angle, float x, float y, float z);

Callers 2

glReadPixelsMethod · 0.65
GL_ScreenShot_fMethod · 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