MCPcopy Index your code
hub / github.com/processing/p5.js / defaultFramebufferAntialias

Method defaultFramebufferAntialias

src/webgl/p5.RendererGL.js:1304–1308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

constructorMethod · 0.45

Calls 1

Tested by

no test coverage detected