Verify GIPA on device extensions
authorMark Young <marky@lunarg.com>
Thu, 3 Feb 2022 21:43:57 +0000 (14:43 -0700)
committerMark Young <marky@lunarg.com>
Thu, 3 Feb 2022 22:17:17 +0000 (15:17 -0700)
commitddec051dc4ea4e27385499085f7d5fbd49e3a294
tree8d498198a2512a25f5e9416d7e48d7ecef9c486d
parent7df1967e402c4a13efb150557294cc3ad4e3541a
Verify GIPA on device extensions

Verify that using vkGetInstanceProcAddr to get an entrypoint to a device
extension works when the extension is enabled, and crashes when the
extension isn't enabled.

Also, update a copyright notice date for my last commit.
tests/loader_get_proc_addr_tests.cpp
tests/loader_layer_tests.cpp