From 0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sun, 28 Jun 2015 13:01:17 -0600 Subject: bug 14014: Fill out support for VkShaderModule Updated tests and demos to properly use VkShaderModule. Add support to shader_checker for shader module. Doesn't do anything with the pName parameter. --- loader/table_ops.h | 1 - 1 file changed, 1 deletion(-) (limited to 'loader/table_ops.h') diff --git a/loader/table_ops.h b/loader/table_ops.h index a29324fd..be5f691f 100644 --- a/loader/table_ops.h +++ b/loader/table_ops.h @@ -362,7 +362,6 @@ static inline void loader_init_instance_core_dispatch_table(VkLayerInstanceDispa table->CreateInstance = (PFN_vkCreateInstance) gpa(inst, "vkCreateInstance"); table->DestroyInstance = (PFN_vkDestroyInstance) gpa(inst, "vkDestroyInstance"); - table->CreateDevice = (PFN_vkCreateDevice) gpa(inst, "vkCreateDevice"); table->EnumeratePhysicalDevices = (PFN_vkEnumeratePhysicalDevices) gpa(inst, "vkEnumeratePhysicalDevices"); table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures) gpa(inst, "vkGetPhysicalDeviceFeatures"); table->GetPhysicalDeviceFormatInfo = (PFN_vkGetPhysicalDeviceFormatInfo) gpa(inst, "vkGetPhysicalDeviceFormatInfo"); -- cgit v1.2.3