diff options
| author | Vinjn Zhang <vinjn.z@gmail.com> | 2016-04-06 15:38:24 +0800 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-04-06 10:15:23 -0600 |
| commit | b10f74d78e09f977ad3d440601c1e63b44783b2f (patch) | |
| tree | b4bcc5beb9a4ff3f13413adf0c54d13b666aca52 /include/vulkan | |
| parent | 56ef08970fe2d91f2ae59aaf54d0181df3967af9 (diff) | |
| download | usermoji-b10f74d78e09f977ad3d440601c1e63b44783b2f.tar.xz | |
Update vk_layer.h
Correct comment for VkLayer*CreateInfo's sType
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vk_layer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index f3edd98f..59164615 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -294,7 +294,7 @@ typedef VkResult (VKAPI_PTR *PFN_vkSetDeviceLoaderData)(VkDevice device, void *object); typedef struct { - VkStructureType sType; // VK_STRUCTURE_TYPE_LAYER_INSTANCE_CREATE_INFO + VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO const void *pNext; VkLayerFunction function; union { @@ -310,7 +310,7 @@ typedef struct VkLayerDeviceLink_ { } VkLayerDeviceLink; typedef struct { - VkStructureType sType; // VK_STRUCTURE_TYPE_LAYER_DEVICE_CREATE_INFO + VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO const void *pNext; VkLayerFunction function; union { |
