allow non-preferred line interpolation for gles
[platform/upstream/VK-GL-CTS.git] / framework / common / tcuRasterizationVerifier.hpp
index f894b7e..fd31974 100644 (file)
@@ -92,6 +92,7 @@ struct LineSceneSpec
        bool                                    isStrip;
        bool                                    isSmooth;
        bool                                    isRectangular;
+       bool                                    allowNonProjectedInterpolation;
        bool                                    stippleEnable;
        deUint32                                stippleFactor;
        deUint16                                stipplePattern;