(int target, int level, int xoffset, int width, int format, int type, ByteBuffer pixels)
| 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) { |