KhronosGroup / Vulkan-Utility-Libraries

Utility libraries for Vulkan developers
Other
56 stars 25 forks source link

safe_struct: Improve helper functions #189

Closed jeremyg-lunarg closed 6 months ago

jeremyg-lunarg commented 6 months ago

Add functions to manipulate extension lists and pNext chains, since many client layers have been doing that themselves.

jeremyg-lunarg commented 6 months ago

Note that this is on top of #187 but github's handling of dependent PRs is ... lacking.

jeremyg-lunarg commented 6 months ago

Merged this into #187