Igalia / vkrunner

A shader script tester for Vulkan. Moved to https://gitlab.freedesktop.org/mesa/vkrunner
Other
43 stars 14 forks source link

Port VkRunner to Android #5

Closed jaebaek closed 6 years ago

jaebaek commented 6 years ago

It would be useful if VkRunner supports tests on Android. As the first version, it may be a simple app with a simple native activity and support only hex code shaders generated by precompile-script.py.

jaebaek commented 6 years ago

@bpeel, could you please assign @jaebaek for this issue? I cannot assign anyone. Maybe I do not have a permission to do so.

bpeel commented 6 years ago

Ok, I have assigned you.

I just had a quick look at the Android documentation and noticed that the API includes a runtime GLSL->SPIR-V compiler. It could be nice to eventually use that. Obviously not necessary to start with though.

jaebaek commented 6 years ago

Thank you for the suggestion. Ok let's add the support later.