aboutsummaryrefslogtreecommitdiff
path: root/loader/trampoline.c
diff options
context:
space:
mode:
authorPiers Daniell <pdaniell@nvidia.com>2016-09-14 11:24:36 -0600
committerMark Young <marky@lunarg.com>2016-09-19 14:52:50 -0600
commit4dec9eca7c80b931794e13ed507a8340269a77e7 (patch)
treee51beb72588f51dfdd7b9f68ca35edc71e0d329b /loader/trampoline.c
parentddca7b207067f44df0990a697b9471efdef8b066 (diff)
downloadusermoji-4dec9eca7c80b931794e13ed507a8340269a77e7.tar.xz
loader: Fixes for ICD vk{Create|Destroy}SurfaceKHR
Need to keep VkIcdSurface private to the loader. The definition may conflict with some redefinitions of VK_DEFINE_NON_DISPATCHABLE_HANDLE and it's not necessary to make public anyway. Change-Id: I30e166f0ecce2fd3ea36c745dc073b705973d75f
Diffstat (limited to 'loader/trampoline.c')
-rw-r--r--loader/trampoline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/trampoline.c b/loader/trampoline.c
index 98b1e40c..a26847d1 100644
--- a/loader/trampoline.c
+++ b/loader/trampoline.c
@@ -721,7 +721,7 @@ LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(
* dedicated trampoline code for these*/
loader_init_device_extension_dispatch_table(
&dev->loader_dispatch,
- dev->loader_dispatch.core_dispatch.GetDeviceProcAddr, *pDevice);
+ loader_gpa_device_internal, *pDevice);
out: