parawave

Results 1 comments of parawave

The platform specific code is actually not that much. https://github.com/parawave/vulkan-cpp-library/tree/main/modules/pw_vulkan/native See - Windows specific code is only in pw_Vulkan_win32.h The code has to implement VulkanNativeSurface. A custom interface. It essentially...