loader: Remove CreateInstance and CreateDevice
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Thu, 14 Jan 2016 23:34:30 +0000 (16:34 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 21 Jan 2016 01:05:24 +0000 (18:05 -0700)
commit1d9335f18426322551f89af4a2c848aff57212dc
tree6a0e0c8360797ddc95a4c3f00e9cc9400e4b34f8
parentfe93a83b1dc00a76357502bfb32c375a468b92cd
loader: Remove CreateInstance and CreateDevice

The new init mechanism always uses GetInstanceProcAddr
to query the next layer's CreateInstance or CreateDevice
function. Thus no reason to cache those function pointers
in the instance dispatch table.
include/vulkan/vk_layer.h
loader/loader.c
loader/table_ops.h