public static void glNamedBufferSubData(int buffer, long offset, ShortBuffer data) {
   GL45.glNamedBufferSubData(buffer, offset, data);
 }