二次开发屏幕闪烁
Open
@kevingpqi123 is already working on this.
Since Jan 9, 2024.
- Dominant language
- HTML
- Stars
- 5.8k
- Forks
- 531
- Avg merge
- 8d 55m
- Merged PRs (30d)
- 17
Description
【版本信息】
release4.3
【平台信息】
Web 浏览器
【预期的表现】
正常渲染不闪烁
【实际的情况】
屏幕会产生闪烁
【Demo及附件】
不闪烁步骤:
1.通过_FromRenderTarget创建PAGSurface;
2.设置给PAGFile;
3.正常播放;
闪烁步骤(目的是为了做后处理):
1.通过_FromRenderTarget创建PAGSurface(rootSurface);
2.通过rootSurface获取gl接口创建纹理;
3.通过纹理创建新的PAGSurface(subSurface);
4.subSurface设置给PAGFile;
5.通过rootSurface拿subSurface纹理ID,绘制quad上屏;
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.