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

Method glDrawBuffer

src/main/java/trace/graphics/GL.java:397–400  ·  view source on GitHub ↗
(int buf)

Source from the content-addressed store, hash-verified

395 }
396
397 @DocumentationProxyTo(GL11.class)
398 public static void glDrawBuffer(int buf) {
399 check(() -> GL11.glDrawBuffer(buf));
400 }
401
402 @DocumentationProxyTo(GL11.class)
403 public static void glDrawElements(int mode, int count, int type, long indices) {

Callers 2

setupMethod · 0.80
drawMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected