charles-lunarg / vk-bootstrap

Vulkan Bootstrapping Iibrary
MIT License
818 stars 82 forks source link

Set the sType for users to fix regression #288

Closed charles-lunarg closed 5 months ago

charles-lunarg commented 5 months ago

Features 11, 12, and 13 structs used to set the sType manually for the user. That was turned into an assert which inadvertently broke users code. This is being reverted.