mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +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();
|
GLuint program = CreateProgram();
|
||||||
AttachShader(program, vs);
|
AttachShader(program, vs);
|
||||||
AttachShader(program, fs);
|
AttachShader(program, fs);
|
||||||
|
return;
|
||||||
printf("Linking program...\n");
|
printf("Linking program...\n");
|
||||||
LinkProgram(program);
|
LinkProgram(program);
|
||||||
printf("Program linked...\n");
|
printf("Program linked...\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user