[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) { void ValidateProgram_State(GLuint program) {
auto programObject = TryToGetProgramObject(program); THROW_UNIMPL_EXCEPTION;
if (!programObject)
return;
} }
void AttachShader(GLuint program, GLuint shader) { void AttachShader(GLuint program, GLuint shader) {