6dbb14e492ddd1c64d0d52431a7787834db66137
[iec.git] / src / type3_AndroidCloud / anbox-master / docs / generate-emugl-source.md
1 # Generate Android EmuGL source
2
3 Parts of the EmuGL layer are generated with a tool called emugen (see
4 external/android-emugl/host/tools/emugen).
5
6 To generate the source again after a modification simply call
7
8 ```
9 $ scripts/update-emugl-sources.sh --emugen=<path to emugen>/emugen
10 ```
11
12 The definition of the various attributes/types/functions can be found in
13
14  * external/android-emugl/host/libs/renderControl_dec
15  * external/android-emugl/host/libs/GLESv1_dec
16  * external/android-emugl/host/libs/GLESv2_dec