diff options
| author | ttyio <ttyio@hotmail.com> | 2016-04-10 22:07:28 +0800 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-04-13 15:19:53 -0600 |
| commit | a4a176eb4e2d179ff63c72de5e86c17df00b5f69 (patch) | |
| tree | eaacfb32e0f32aceaf7616595af329270f44d092 /include | |
| parent | 79f85f019ebd6745126dd857b30e639cfc76ce82 (diff) | |
| download | usermoji-a4a176eb4e2d179ff63c72de5e86c17df00b5f69.tar.xz | |
layers: Update typo in comment
Diffstat (limited to 'include')
| -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 59164615..0035e7bf 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_ { |
