Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

【GCanvas】iOS SendVertexBufferToGPU Crash #320

Closed
jianxiongc opened this issue Feb 22, 2019 · 1 comment
Closed

【GCanvas】iOS SendVertexBufferToGPU Crash #320

jianxiongc opened this issue Feb 22, 2019 · 1 comment

Comments

@jianxiongc
Copy link

在iOS 渲染成功后放置几分钟再这里崩溃

`
GCanvas2dContext.cpp
void GCanvasContext::SendVertexBufferToGPU(const GLenum geometry_type)
{
if (mVertexBufferIndex == 0)
{
return;
}

glDrawArrays(geometry_type, 0, mVertexBufferIndex); // Crash Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
mVertexBufferIndex = 0;
}
`
另外是渲染完成后 ,Log会一直打是否正常?

@YorkShen
Copy link
Contributor

This is not the place to report bugs for weex or gcanvas, you should report bug in other repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants