Skip to content

Commit

Permalink
merian: Profiler: fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Nov 7, 2024
1 parent a8ce91f commit b02923a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/merian/vk/utils/profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Profiler::~Profiler() {}
// Remember to reset the query pool after creation
void Profiler::set_query_pool(const QueryPoolHandle<vk::QueryType::eTimestamp>& query_pool) {
this->query_pool = query_pool;
query_pool_infos[query_pool].clear_index = clear_index;
}

void Profiler::clear() {
Expand Down

0 comments on commit b02923a

Please sign in to comment.