public All CheckFramebufferStatus(All target) { return((All)GLES20.CheckFramebufferStatus((FramebufferTarget)target)); }
public GLFramebufferStatus CheckFramebufferStatus(GLFramebufferTarget target) { return((GLFramebufferStatus)TKGL.CheckFramebufferStatus((FramebufferTarget)target)); }