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

Method glTexSubImage2D

client/src/main/java/jake2/client/render/opengl/QGL.java:144–144  ·  view source on GitHub ↗
(int target, int level, int xoffset, int yoffset,
            int width, int height, int format, int type, IntBuffer pixels)

Source from the content-addressed store, hash-verified

142 void glTexParameteri(int target, int pname, int param);
143
144 void glTexSubImage2D(int target, int level, int xoffset, int yoffset,
145 int width, int height, int format, int type, IntBuffer pixels);
146
147 void glTranslatef(float x, float y, float z);

Callers 4

glTexSubImage2DMethod · 0.65
R_RenderBrushPolyMethod · 0.65
LM_UploadBlockMethod · 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