Fix atomic ssbo xor test am: f0fa05e898 am: 14cd264501 am: 6e80057a20 am: cae1fe52ac...
[platform/upstream/VK-GL-CTS.git] / modules / gles3 / functional / es3fFboTestCase.cpp
index e170b6f..4276c63 100644 (file)
@@ -213,7 +213,7 @@ static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext
 
 static std::vector<std::string> getEnablingExtensions (deUint32 format, glu::RenderContext& renderContext)
 {
-       const bool                                      isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
+       const bool                                      isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
        std::vector<std::string>        out;
 
        DE_ASSERT(!isRequiredFormat(format, renderContext));