API files: Don't work around go-reserved names
Open
cleanup
P3
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
There are various places in the gles and vulkan API files where we appear to be renaming symbols to avoid using reserved go or c++ names. We already [have a system in place to automatically rename reserved symbols](https://github.com/google/gapid/blob/master/gapil/template/names.go).
We should use that.
Contributor guide
Assessment
This issue has not been assessed yet.