KhronosGroup/Vulkan-LoaderAndValidationLayers

Code-Gen all implicit VUs

mark-lunarg opened this issue · 0 comments

There are ~700 implicit VU checks that remain unimplemented or at least unidentified in the database. These need to be covered by PV and OT codegen.

Many if not most of these look to consist of validating elements of extension structs that only exist in pNext chains.

This is important since new extension validation requires COMPLETE-level validation, and these checks should all be performed automatically.