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

Method glTexSubImage1D

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

Source from the content-addressed store, hash-verified

2012 }
2013
2014 @DocumentationProxyTo(GL11.class)
2015 public static void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, ByteBuffer pixels) {
2016 check(() -> GL11.glTexSubImage1D(target, level, xoffset, width, format, type, pixels));
2017 }
2018
2019 @DocumentationProxyTo(GL11.class)
2020 public static void glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, long pixels) {

Callers 2

uploadMethod · 0.80
setupMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected