I need to add an application-only extension to chromium- specifically GL_EXT_bgra- and I'm a bit confused by the documentation. It says to add the extension to the "__stateAppOnlyExtensions string in state_tracker/state_limits.c", which I can't find. Maybe I'm reading it incorrectly I'm looking in the wrong place; any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to add an application-only extension to chromium- specifically GL_EXT_bgra- and I'm a bit confused by the documentation. It says to add the extension to the "__stateAppOnlyExtensions string in state_tracker/state_limits.c", which I can't find. Maybe I'm reading it incorrectly I'm looking in the wrong place; any help would be appreciated.
Figured it out; nevermind