loader: Remove CreateInstance and CreateDevice
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Thu, 14 Jan 2016 23:34:30 +0000 (16:34 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:24:22 +0000 (09:24 -0600)
commite77fdadb24411ffdeadf1f96a3cea030a96ccf79
tree060a8f048d144a92fda1055443c54ad10aecc3fc
parent1d081fd08da0c010205b34e0e5507c2b83681c10
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