I tested that the library compiles on arm, but I did not manage to run it due to lack of arm devices with vulkan support.
Thanks to hsc2hs, everything should work in theory; so I am curious to see if the library can run on mobile or other 32 bit platforms in reality.
The simplest way to test the minimal functionality is to try ve-01-CreateInstance from vulkan-examples folder.
I tested that the library compiles on arm, but I did not manage to run it due to lack of arm devices with vulkan support.
Thanks to
hsc2hs, everything should work in theory; so I am curious to see if the library can run on mobile or other 32 bit platforms in reality.The simplest way to test the minimal functionality is to try
ve-01-CreateInstancefromvulkan-examplesfolder.