int checkFramebufferStatus(int target) { startCheck("checkFramebufferStatus"); return glCheckFramebufferStatus(_gl, target); }