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

Method glBindTexture

client/src/main/java/jake2/client/render/opengl/QGL.java:21–21  ·  view source on GitHub ↗
(int target, int texture)

Source from the content-addressed store, hash-verified

19 void glBegin(int mode);
20
21 void glBindTexture(int target, int texture);
22
23 void glBlendFunc(int sfactor, int dfactor);
24

Callers 2

glBindTextureMethod · 0.65
GL_BindMethod · 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