Tracy Update (#2534)

* Update the Tracy repository
* Update submodules
This commit is contained in:
Alexander Bock
2023-03-01 11:48:21 -07:00
committed by GitHub
parent 5b29fb045a
commit 375e5c6561
103 changed files with 472 additions and 471 deletions
@@ -305,7 +305,7 @@ bool RenderablePlanesCloud::isReady() const {
}
void RenderablePlanesCloud::initialize() {
ZoneScoped
ZoneScoped;
if (_hasSpeckFile && std::filesystem::is_regular_file(_speckFile)) {
_dataset = speck::data::loadFileWithCache(_speckFile);
@@ -321,7 +321,7 @@ void RenderablePlanesCloud::initialize() {
}
void RenderablePlanesCloud::initializeGL() {
ZoneScoped
ZoneScoped;
_program = DigitalUniverseModule::ProgramObjectManager.request(
"RenderablePlanesCloud",