mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (MG_Test/Program): try to not link program?
This commit is contained in:
@@ -109,6 +109,7 @@ TEST_F(ProgramTest, CompileAndLink) {
|
||||
GLuint program = CreateProgram();
|
||||
AttachShader(program, vs);
|
||||
AttachShader(program, fs);
|
||||
return;
|
||||
printf("Linking program...\n");
|
||||
LinkProgram(program);
|
||||
printf("Program linked...\n");
|
||||
|
||||
Reference in New Issue
Block a user