[Chore] (MG_Impl/Framebuffer, MG_Impl/RenderState): move ReadBuffer to the right place

This commit is contained in:
2026-02-03 10:23:20 +08:00
parent 1143c961b6
commit edff307782
4 changed files with 9 additions and 9 deletions
@@ -241,10 +241,6 @@ namespace MobileGL {
// TODO: implement
}
void ReadBuffer_State(GLenum src) {
// TODO: implement
}
void ClearStencil_State(GLint s) {
// TODO: implement
}
@@ -390,10 +386,6 @@ namespace MobileGL {
BlendColor_State(red, green, blue, alpha);
}
void ReadBuffer(GLenum src) {
ReadBuffer_State(src);
}
void ClearStencil(GLint s) {
ClearStencil_State(s);
}