amber icon indicating copy to clipboard operation
amber copied to clipboard

Write a script to generate required files/data for Android app

Open jaebaek opened this issue 6 years ago • 1 comments

Currently we put all tests into tests/cases. We cannot directly use them on Android because we will not put glslang and spirv-as to Android. @dj2 @dneto0 please doublecheck this.

Write a script to convert raw Amber/VkRunner scripts into several files / data chuncks for Android.

jaebaek avatar Dec 12 '18 16:12 jaebaek

If the script only contains SPIRV-HEX it would work fine on android. Only in the case where it has GLSL or SPIRV-ASM shaders would there be a potential problem.

dj2 avatar Dec 12 '18 16:12 dj2