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

Method glTexImage2D

client/src/main/java/jake2/client/render/opengl/QGL.java:134–134  ·  view source on GitHub ↗
(int target, int level, int internalformat, int width,
            int height, int border, int format, int type, ByteBuffer pixels)

Source from the content-addressed store, hash-verified

132 void glTexEnvi(int target, int pname, int param);
133
134 void glTexImage2D(int target, int level, int internalformat, int width,
135 int height, int border, int format, int type, ByteBuffer pixels);
136
137 void glTexImage2D(int target, int level, int internalformat, int width,

Callers 6

glTexImage2DMethod · 0.65
LM_UploadBlockMethod · 0.65
Draw_StretchRawMethod · 0.65
GL_Upload32Method · 0.65
GL_Upload8Method · 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