[Chore] (MG_State/Program): un-implement ValidateProgram

This commit is contained in:
2025-08-15 17:51:14 +08:00
parent 5a729cd02e
commit 13a5fd9761
@@ -442,9 +442,7 @@ namespace MobileGL {
}
void ValidateProgram_State(GLuint program) {
auto programObject = TryToGetProgramObject(program);
if (!programObject)
return;
THROW_UNIMPL_EXCEPTION;
}
void AttachShader(GLuint program, GLuint shader) {