MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / glPixelStorei

Method glPixelStorei

src/main/java/trace/graphics/GL.java:1338–1341  ·  view source on GitHub ↗
(int pname, int param)

Source from the content-addressed store, hash-verified

1336 }
1337
1338 @DocumentationProxyTo(GL11.class)
1339 public static void glPixelStorei(int pname, int param) {
1340 check(() -> GL11.glPixelStorei(pname, param));
1341 }
1342
1343 @DocumentationProxyTo(GL11.class)
1344 public static void glPixelStoref(int pname, float param) {

Callers 5

uploadMethod · 0.80
uploadLayerMethod · 0.80
setupMethod · 0.80
forceUploadNowMethod · 0.80
setupMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected