-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VK_EXT_external_memory_metal #2414
base: main
Are you sure you want to change the base?
Add VK_EXT_external_memory_metal #2414
Conversation
a1ac4fa
to
9d16d7e
Compare
@aitor-lunarg process-wise, we require that extension number and flag bits be reserved by a commit to main prior to the extension development branch actually being able to use them. I don't know where this extension stands deployment / release-wise, but we need to separate out the reservations and accept those first, to avoid a race condition (see extension 597 for a guide to what that PR would look like). |
Before moving forward with this extension, there's one concern that we need to address. Metal does not provide all Vulkan formats, so there are times where an implementation will emulate some of them. Why is this an issue: Implementations may decide to emulate those formats with an internal representation such that those formats are backed by multiple textures. Taking MoltenVK as an example implementation with There are 3 potential solutions that come to mind to fix this issue as we stand:
@linyaa-kiwi would it be possible to bring this up for discussion this coming SI meeting? I would like to understand if other similar extensions have run into similar issues and how they've tackled them if so. Or just get general feedback/ideas about this issue. cc/ @kocdemir |
@aitor-lunarg Would you like to discuss in today's SI meeting? If not, what week works best for you? |
c3095fa
to
44958d2
Compare
|
bf0a84a
to
5eabdbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some more points for improvement today.
Thanks. I'll give it another review today. |
Thanks for the fixes! LGTM and I approve for merge. |
d9c1a63
to
4bfa185
Compare
Rebased to get Vulkan 1.4 so things don't explode when I propagate to VVL and CTS for release |
@linyaa-kiwi @aitor-lunarg on the maintenance call, we were unsure about where this sits for release - do we want to ratify it first? Please loop in @r-potter but I'm expecting this will not go out this week, at least. |
No description provided.