Y
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
thomspoon
236 days ago
OpenGL or Vulkan, you might be able to have some luck transpiling metal shaders to spirv-cross at a cursory look
link
wahnfrieden
236 days ago
Sometimes it is easiest to have an agent like Codex rewrite the shader instead...
link
rahkiin
236 days ago
Vulkan with glsl to spirv compiler would be equivalent
link