loader: Include layers specified in environment
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 7 Jan 2015 17:17:44 +0000 (10:17 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:04 +0000 (17:58 -0700)
commit13689628bdc61bb5b72f58fefa6f41b14ecf9dd3
tree15459059b0bc81310cc2407963d1d6c7b7d4718d
parent52f6a5793f677e50036d78db0d814eccec5d88a2
loader: Include layers specified in environment

If application specified layer_info in the CreateDevice call
the code would only look for layers the app specified. However,
we want to include layers specified in the environment in addition
to any specified by the application.
loader/loader.c