Interface VulkanBackend.SurfaceCreator
- Enclosing class:
VulkanBackend
public static interface VulkanBackend.SurfaceCreator
Creates a Vulkan surface from a VkInstance handle and a native window handle.
Implemented by the windowing toolkit (GLFW, SDL3, etc.).
-
Method Summary
-
Method Details
-
requiredInstanceExtensions
String[] requiredInstanceExtensions() -
createSurface
long createSurface(long instance, long windowHandle)
-