Add compatibility bug for RTSS when querying for vkCreateDevice
authorCharles Giessen <charles@lunarg.com>
Mon, 24 Apr 2023 21:54:09 +0000 (15:54 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 25 Apr 2023 13:57:40 +0000 (07:57 -0600)
commit23d4caea0d450b94fd96fa380307d755379df5a2
tree71a647094b965b6bcdf96c17a9e2efdd41f8eb96
parent07d1854c67257cc44010012bf51fa2225eb38916
Add compatibility bug for RTSS when querying for vkCreateDevice

The Riva Tuner Statistics Server (RTSS) layer depenended upon a loader bug
which was to allow layers to query vkCreateDevice from loader_gpa_instance_terminator
with a NULL VkInstance handle. Since this bug has been in the loader since pretty
much the start of Vulkan, it is infeasible to fix. For that reason the
inconsistency with the spec is preserved.
loader/loader.c