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

Method glTexSubImage2D

src/main/java/trace/graphics/GL.java:2044–2047  ·  view source on GitHub ↗
(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, ByteBuffer pixels)

Source from the content-addressed store, hash-verified

2042 }
2043
2044 @DocumentationProxyTo(GL11.class)
2045 public static void glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, ByteBuffer pixels) {
2046 check(() -> GL11.glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels));
2047 }
2048
2049 @DocumentationProxyTo(GL11.class)
2050 public static void glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels) {

Callers 3

uploadMethod · 0.80
setupMethod · 0.80
forceUploadNowMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected