Hacker News new | ask | show | jobs
by lukko 236 days ago
Thanks - I see, so swift packages for everything.

What would be the equivalent shader / GPU language on Android? OpenGL?

2 comments

OpenGL or Vulkan, you might be able to have some luck transpiling metal shaders to spirv-cross at a cursory look
Sometimes it is easiest to have an agent like Codex rewrite the shader instead...
Vulkan with glsl to spirv compiler would be equivalent