layers: Correct names of settings api_dump looks for in vk_layer_settings.
authorMark Young <marky@lunarg.com>
Wed, 27 Jan 2016 22:14:11 +0000 (15:14 -0700)
committerMark Young <marky@lunarg.com>
Thu, 28 Jan 2016 20:39:03 +0000 (13:39 -0700)
commitb31936e0c06b96239a11c36ff0d538de8f618383
treed50d965a4a784b5b98be8161d297542011d36d2b
parent60505613233bcf3b52760a1253093e2fda2221a9
layers: Correct names of settings api_dump looks for in vk_layer_settings.

The settings text file was using a mixed-case prefix "Api" while the layer was
looking for upper-case prefix "API".  This caused the layer to ignore changes
made to the vk_layer_settings file.
vk-layer-generate.py