am ef075459: am 914bfa5f: am b9df7b5d: Allow geometry variation in 3D texture filteri...
[platform/upstream/VK-GL-CTS.git] / scripts / gen_egl.py
1 # -*- coding: utf-8 -*-
2
3 import egl
4
5 def gen ():
6         egl.gen()
7
8 if __name__ == "__main__":
9         gen()