You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generator: Reintroduce Clone on high-level Instance/Device extension wrappers
In #894 we lost the ability to `Clone` the high-level wrappers, even
though the underlying `*Fp` table and the `vk::Instance` or `vk::Device`
handle themselves are `Clone`. Restore that behaviour.
0 commit comments