()
| 1302 | } |
| 1303 | |
| 1304 | defaultFramebufferAntialias() { |
| 1305 | return this.supportsFramebufferAntialias() |
| 1306 | ? this._pInst._glAttributes.antialias |
| 1307 | : false; |
| 1308 | } |
| 1309 | |
| 1310 | supportsFramebufferAntialias() { |
| 1311 | return this.webglVersion === constants.WEBGL2; |
no test coverage detected