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

Method glTexImage2D

src/main/java/trace/graphics/GL.java:1914–1917  ·  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

1912 }
1913
1914 @DocumentationProxyTo(GL11.class)
1915 public static void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, ByteBuffer pixels) {
1916 check(() -> GL11.glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels));
1917 }
1918
1919 @DocumentationProxyTo(GL11.class)
1920 public static void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels) {

Callers 2

setupMethod · 0.80
createGlTextureMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected