facebook / igl

Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you have any plans to support android NDK21 version on vulkan?

vinsentli opened this issue · comments

Android NDK21 is the most popular version in China. Upgrading to Android NDK25 is very costly and complicated for us.

AFAIK, there're no plans to add any legacy NDK versions support besides the versions currently supported.

I have successfully adapted to the NDK21 version. :)