Rendering Technique Defold Uses for Web

I just wonder which rendering technique is used for web exports. If it is webgl, which version of it is used and whether it can be configured while exporting.

WebGL 2.0 (fallback to WebGL 1.0, if 2.0 is not supported)

3 Likes

Will it fallback according to browser/graphics capabilities of the device or Defold version

It will fallback to WebGL 1 if the browser/device doesn’t support WebGL 2.

2 Likes