mono / VulkanSharp

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

Where is docs ? #64

Open Mracobes9 opened 6 years ago

Mracobes9 commented 6 years ago

Hello. I interested in your library. But i don't found docs for it. Where can i find this docs ?

realvictorprm commented 6 years ago

@Mracobes9 There aren't any yet so far I see but the library is a really thin wrapper for Vulkan so one should be able to use the official Vulkan docs.

alexandre-snr commented 6 years ago

I can't find that fucking function 'vkEnumerateInstanceExtensionProperties' in VulkanSharp ;(, help me ;(

FacticiusVir commented 6 years ago

There's an odd invocation via Commands, you can see an example here

alexandre-snr commented 6 years ago

Thank you :O I didnt know GitHub was more reactive than a Discord or a Ferrari ! Another question then, i browsed Samples but still can't figure out how to link to Debug Report callbacks ;( I saw this function, but can't deduct via the arguments how it is supposed to be used in C#. ;( "CreateDebugReportCallbackEXT"

alexandre-snr commented 6 years ago

Found it ! If anyone pass here you can learn that here : https://github.com/mono/VulkanSharp/blob/master/docs/development/ValidationLayers.md