Fix stageMask (0x1) usage in renderpass, image and texture tests
[platform/upstream/VK-GL-CTS.git] / scripts / opengl / gen_enums.py
index 5e2c359..140c9bf 100644 (file)
@@ -35,4 +35,4 @@ def genEnums (iface):
 if __name__ == "__main__":
        import logging, sys
        logging.basicConfig(stream=sys.stderr, level=logging.INFO)
-       genEnums(getGLInterface())
+       genEnums(getHybridInterface())