07_render_texture/render_to_canvas.js Uncaught TypeError: texture.initWithSize is not a function
zhanghoo opened this issue · 1 comments
zhanghoo commented
想实现截图功能,用到这里的案例,但是报 texture.initWithSize is not a function
ColinCollins commented
官方案例以修改建议到官方仓库中查看 capture 场景。
https://github.com/cocos-creator/example-cases/tree/v2.0/assets/cases/07_capture_texture
@zhanghoo