mono / VulkanSharp

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

SurfaceKHR from external handles #87

Closed TillAlex closed 4 years ago

TillAlex commented 4 years ago

To allow using surface handles from external libraries (e. g. glfw) we need a public constructor or factory method. Currently external handles can only be used via reflection.

TillAlex commented 4 years ago

Just found that this is a duplicate of #53 and #59