Update utils.cpp (#1625)
authorCodotaku <88196711+CodesOtakuYT@users.noreply.github.com>
Wed, 19 Jul 2023 13:33:22 +0000 (14:33 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 13:33:22 +0000 (15:33 +0200)
samples/utils/utils.cpp

index 78966a3..3c39cf0 100644 (file)
@@ -365,12 +365,12 @@ namespace vk
       if ( pCallbackData->messageIdNumber == 648835635 )
       {
         // UNASSIGNED-khronos-Validation-debug-build-warning-message
-        return VK_FALSE;
+        return vk::False;
       }
       if ( pCallbackData->messageIdNumber == 767975156 )
       {
         // UNASSIGNED-BestPractices-vkCreateInstance-specialuse-extension
-        return VK_FALSE;
+        return vk::False;
       }
 #endif
 
@@ -410,7 +410,7 @@ namespace vk
           }
         }
       }
-      return VK_TRUE;
+      return vk::False;
     }
 
     uint32_t findGraphicsQueueFamilyIndex( std::vector<vk::QueueFamilyProperties> const & queueFamilyProperties )