Problem Description
The system expression "renderer" doesn't return "webgl2" even when it's supported by the browser.
(This is a minor inconvenience and can be included in the next C2 release.)
Attach a Capx
Download the example
Description of Capx
Fetches the renderer at the start of the layout and displays it using the text object.
Steps to Reproduce Bug
- Run example inside a browser with WebGL2 support (e.g. NW.js v0.20.0)
- Notice that it returns "webgl" instead of "webgl2"
- Be concerned about your browser and question if it actually supports webgl2
Observed Result
Returns "webgl" instead of the expected "webgl2"
Expected Result
It should return "webgl2" if the browser supports it.
Affected Browsers
- All browsers with webgl2 support
Operating System and Service Pack
Windows 7 everything up to date.
Construct 2 Version ID
r242