mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Chore] (MG_State/Program): un-implement ValidateProgram
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user