Hi,
I am currently working on 2D graphics data processing using the Graphics Processing Unit (GPU) on the Android operating system.
I would like to know if there is any recommended method or framework to stream or render 2D graphical models efficiently using the GPU on i.MX processors. The platforms I plan to implement this on include:
i.MX93 EVK
i.MX8M Plus (i.MX8MP)
i.MX8QXP
My goal is to offload 2D graphical rendering tasks from the CPU to the GPU to take advantage of its parallel processing capabilities. While GPUs are typically used for graphics rendering, they are also increasingly being used for compute-intensive tasks such as machine learning and scientific processing.
Could you please let me know if there is any official documentation, SDK, or procedure available from your end to support GPU-accelerated 2D graphics processing on these platforms?
Looking forward to your guidance.