diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-28 13:01:17 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-01 21:08:13 -0600 |
| commit | 0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd (patch) | |
| tree | 8db19045b34e06af1a7692dd32ede8ff4c6bcb65 /loader/table_ops.h | |
| parent | a80a1a97b8f26dd035fabb2c6762447c71b73ba7 (diff) | |
| download | usermoji-0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd.tar.xz | |
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.
Diffstat (limited to 'loader/table_ops.h')
| -rw-r--r-- | loader/table_ops.h | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |
