replacing glReadPixels with EGL_KHR_image_base for faster pixel copy

前端 未结 2 481
醉话见心
醉话见心 2020-11-27 21:46

I am trying to use EGL_KHR_image_base in an android native process in order to replace glReadPixels because it is to slow ( 220ms for 1280x800 RGBA ).

This is what I

2条回答
  •  庸人自扰
    2020-11-27 22:40

    GraphicBuffer is a part of Android Source Code, not in NDK. see this for your reference: https://github.com/fuyufjh/GraphicBuffer

提交回复
热议问题