Chad Versace writes: > The real path forward should be implemented on top of > VK_KHX_external_memory. If you want to start experimenting now with > Vulkan+KMS, you may want to look at > VK_EXTERNAL_MEMORY_HANDLE_OPAQUE_FD_KHX. It seems like the Vulkan spec for WSI with devices has a bunch of what I would need to implement in a standard fashion; I guess I'm unclear whether I should go down the route of wrapping all of DRM/KMS in a WSI layer, or use some of this lower-level stuff directly from the application instead? -- -keith