loader: Remove the instance_info in the layer chain structure
authorJon Ashburn <jon@lunarg.com>
Mon, 28 Mar 2016 19:58:16 +0000 (13:58 -0600)
committerJon Ashburn <jon@lunarg.com>
Fri, 1 Apr 2016 15:43:15 +0000 (09:43 -0600)
commitb16e5173a411e3a9c164b8a00273da372c9bdf33
treed2f9ded33898d2e25bd82fca93794268fecfae4e
parentee075aba2f1f920f38d58a5ddb0383c92eab96d9
loader: Remove the instance_info in the layer chain structure

Simplifies code, the loader instance structure is already passed down
from trampoline code to terminator code via the pInstance parameter. It doesn't
need to be added to this pCreatInfo pNext list structure.

Layers which modifiy pInstance whould do it on the way up the chain not going
down the chain.

Change-Id: I59581b94871c094995787808cf5ae2955ad0191a
include/vulkan/vk_layer.h
loader/loader.c