Add tests to validate layer extensions
authorMark Young <marky@lunarg.com>
Mon, 31 Jan 2022 23:27:36 +0000 (16:27 -0700)
committerMark Young <marky@lunarg.com>
Tue, 1 Feb 2022 16:39:39 +0000 (09:39 -0700)
commitfbea18e178d5fdc3dbf61c83800fce80faebbea3
tree96c3e79785a272c879ff97c7d720c6fe05e1b9f5
parentbe7c48c0e93287be1ce708850c7bc5d4d69f3148
Add tests to validate layer extensions

We had tests that verified that instance and device extensions defined
in a layer had the non-null pointers returned from the corresponding
vkGetXXXProcAddr functions, but we weren't verifying that the functions
actually got called.
tests/framework/layer/wrap_objects.cpp
tests/loader_layer_tests.cpp