mono / VulkanSharp

Open source .NET binding for the Vulkan API
MIT License
538 stars 61 forks source link

Is it possible to use Vulkan .Net wrapper for mobiles?? #45

Closed Nikolsi closed 8 years ago

Nikolsi commented 8 years ago

My question is in header. I couldn't find any information about Vulkan in Xamarin, probably it is not possible. However, is there any solutions to use .net Vulkan with mobile?

radekdoulik commented 8 years ago

It is possible. Check our Android samples

Just install the nuget package, which contains Xamarin Android target framework. And should be ready to go.