[Test] (MG_Test/ProgramTest/UniformMatrixFunctions): get rid of junk

This commit is contained in:
2025-08-22 17:35:38 +08:00
parent ee129c4fb6
commit 0da2a59e4d
-9
View File
@@ -243,15 +243,6 @@ TEST_F(ProgramTest, UniformMatrixFunctions) {
// Test with transpose = GL_TRUE
UniformMatrix4fv(locProjMat, 1, GL_TRUE, nonIdentityMatrix);
// Test UniformMatrix3fv with a 3x3 matrix
// We would need a 3x3 uniform in the shader for this test
// Test UniformMatrix2fv with a 2x2 matrix
// We would need a 2x2 uniform in the shader for this test
// Test with multiple matrices (count > 1)
// For this test, we would need uniforms that are arrays of matrices
}
TEST_F(ProgramTest, UniformMatrixTranspose) {