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

Method glTexParameterf

client/src/main/java/jake2/client/render/opengl/QGL.java:140–140  ·  view source on GitHub ↗
(int target, int pname, float param)

Source from the content-addressed store, hash-verified

138 int height, int border, int format, int type, IntBuffer pixels);
139
140 void glTexParameterf(int target, int pname, float param);
141
142 void glTexParameteri(int target, int pname, int param);
143

Callers 8

glTexParameterfMethod · 0.65
LM_UploadBlockMethod · 0.65
GL_SetDefaultStateMethod · 0.65
Draw_InitLocalMethod · 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