From: ttyio Date: Sun, 10 Apr 2016 14:07:28 +0000 (+0800) Subject: layers: Update typo in comment X-Git-Tag: upstream/1.1.92~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=697fe6b9ef77296d9dd4f5a6d63fce4c8621d543;p=platform%2Fupstream%2FVulkan-Headers.git layers: Update typo in comment --- diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 5916461..0035e7b 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -262,8 +262,8 @@ typedef enum VkLayerDbgAction_ { // CreateInstance and CreateDevice support structures /* Sub type of structure for instance and device loader ext of CreateInfo. - * When sType == VK_STRUCTURE_TYPE_LAYER_INSTANCE_CREATE_INFO - * or sType == VK_STRUCTURE_TYPE_LAYER_DEVICE_CREATE_INFO + * When sType == VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO + * or sType == VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO * then VkLayerFunction indicates struct type pointed to by pNext */ typedef enum VkLayerFunction_ {