Fixes tracy and bumps version
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user