mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (MG_State/Program): add more prints in PostLink() to debug
This commit is contained in:
@@ -111,7 +111,7 @@ TEST_F(ProgramTest, CompileAndLink) {
|
||||
AttachShader(program, fs);
|
||||
printf("Linking program...\n");
|
||||
LinkProgram(program);
|
||||
printf("Program linked...\n");
|
||||
printf("Program linked.\n");
|
||||
|
||||
EXPECT_EQ(GetUniformLocation(program, "ProjMat"), 0);
|
||||
EXPECT_EQ(GetUniformLocation(program, "Gray"), 1);
|
||||
|
||||
Reference in New Issue
Block a user