mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
adding secret bindings
This commit is contained in:
@@ -80,6 +80,12 @@ namespace mlx
|
||||
delete infos;
|
||||
}
|
||||
|
||||
SDL_Window* SDLManager::GetRawWindow(Handle window) noexcept
|
||||
{
|
||||
Internal::WindowInfos* infos = static_cast<Internal::WindowInfos*>(window);
|
||||
return infos->window;
|
||||
}
|
||||
|
||||
VkSurfaceKHR SDLManager::CreateVulkanSurface(Handle window, VkInstance instance) const noexcept
|
||||
{
|
||||
VkSurfaceKHR surface;
|
||||
|
||||
Reference in New Issue
Block a user