loader: Add checks for usage of wsi extensions
authorMark Young <marky@lunarg.com>
Thu, 8 Sep 2016 18:28:38 +0000 (12:28 -0600)
committerMark Young <marky@lunarg.com>
Thu, 8 Sep 2016 21:10:40 +0000 (15:10 -0600)
commit19ab93c7fb4fb9ae62679852783a97f599d1b367
tree5368aa5ee06ea40f9d3c4a75ab5f77e9014469c0
parent5e2a8443e9d4c2dcfac3c388fd9d53f86a0ea002
loader: Add checks for usage of wsi extensions

The loader really should validate that the WSI extensions are
enabled before being called.  Additionally, I needed to add
more checks for the KHR_display_swapchain extension in the
parameter_validation and object_tracker layers.

Change-Id: I3d07d46baf551be6f5f07e5374d6c683e3f52e7e
layers/object_tracker.cpp
layers/object_tracker.h
layers/parameter_validation.cpp
loader/loader.c
loader/loader.h
loader/wsi.c
loader/wsi.h