[Feat] (MG_State/ProgramObject, MG_Backend/DirectGLES): bind texture to uniform in backend

This commit is contained in:
2025-10-27 15:45:36 +08:00
parent 460b7a6eb3
commit 56c6d73185
4 changed files with 13 additions and 5 deletions
@@ -530,9 +530,6 @@ namespace MobileGL::MG_Backend::DirectGLES {
GL_STREAM_DRAW);
MG_External::GLES::glBindBuffer(GL_UNIFORM_BUFFER, 0);
// Bind samplers
m_isInitialized = true;
MGLOG_D("Program sync completed. Backend ID: %u", m_backendProgramId);
}