vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties()
Given this is implicitly creating a std::optional, we can move the vector into it.
Please register or sign in to comment
Given this is implicitly creating a std::optional, we can move the vector into it.