在android上webgl的antialias不生效,导致SAMPLE_ALPHA_TO_COVERAGE特性无法使用
测试代码:
var canvas = wx.createCanvas();
var wgl = canvas.getContext("webgl", { antialias: true, stencil: true, depth: true });
console.info("antialias:", wgl .getContextAttributes().antialias);
基础库版本:2.11.0
在iOS和模拟器中antialias为true,android上为false
Android MSAA 因为兼容性问题,被我们暂时关掉了,部分机型没有适配好,会直接黑屏
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html