Skip to content

Commit

Permalink
MAINT: clean up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddkiva committed Dec 10, 2023
1 parent 7dd455a commit 7c4da52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/examples/Shakti/Vulkan/hello_vulkan_image/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ class VulkanImageRenderer : public kvk::GraphicsBackend

if (_vstream.read())
{
// if (_verbose)
sara::tic();
if (_verbose)
sara::tic();
const auto image_host = sara::from_rgb8_to_rgba8(_vstream.frame());
// if (_verbose)
sara::toc("RGB to RGBA");
if (_verbose)
sara::toc("RGB to RGBA");

if (_verbose)
sara::tic();
Expand Down

0 comments on commit 7c4da52

Please sign in to comment.