Fixes tracy and bumps version

This commit is contained in:
2025-07-06 03:59:51 -04:00
parent 7629a182e7
commit 597c7d6d44
3 changed files with 18 additions and 2 deletions

View File

@@ -126,7 +126,9 @@ namespace fgl::engine
//TODO: Restore tracy functionality, It's wanting a command buffer.
//TODO: Figure out if the command buffer it wants is just for setup or needs to be ran occasionally
// m_tracy_ctx = createContext( m_phy_device, Device::getInstance(), m_command_buffer[ 0 ] );
auto command_buffer { Device::getInstance().beginSingleTimeCommands() };
m_tracy_ctx = createContext( m_phy_device, Device::getInstance(), command_buffer );
// Device::getInstance().endSingleTimeCommands( command_buffer );
/*
m_tracy_ctx = TracyVkContextCalibrated(