Alabate / AsyncGPUReadbackPlugin

Unity plugin that provide AsyncGPUReadback for OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong data buffer allocation

DarkCon opened this issue · comments

In native plugin getPixelSizeFromInternalFormat returns size in bits!
Therefore, you allocate 8 times more memory than necessary.

有同样的问题被发现了,有什么快速fix的方法吗