[Feat] (MG_State/Program): glShaderSource, glUseProgram

This commit is contained in:
2025-08-11 16:47:18 +08:00
parent 7517711308
commit 21a46ee151
7 changed files with 49 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ namespace MobileGL {
Bool ValidateShaderName(Uint index) const;
SharedPtr<ProgramObject> GetProgramObject(Uint index);
SharedPtr<ShaderObject> GetShaderObject(Uint index);
void UseProgram(Uint program);
private:
// Error
ErrorState m_errorState;