Fixed commenting (#2103)

* Fixed commenting

* Fixed commenting
This commit is contained in:
Ans 2025-03-17 13:31:27 +02:00 committed by GitHub
parent 4266ef3040
commit 04727f6695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
// limitations under the License.
//
// VulkanHpp Samples : CopyBlitImage
// Draw a cube
// Perform an image blit operation
#include "../utils/utils.hpp"

View File

@ -13,7 +13,7 @@
// limitations under the License.
//
// VulkanHpp Samples : CreateDebugReportMessenger
// Draw a cube
// Set up a debug messenger
#include <iostream>
#include <sstream>