Skip to content

Commit

Permalink
Removed trace test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolkar committed Jun 1, 2024
1 parent 2bdaa96 commit 6ea01bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tephra/job/job_compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ class ResourceExportHandler {
ResourceAccess bottomOfPipeAccess = { VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, 0 };
flushExports(~0);

std::vector<int> test;
test.resize(1000);
reportDebugMessage(
tp::DebugMessageSeverity::Information, tp::DebugMessageType::General, std::to_string(test.size()));

// Split the cross-queue exports into two barriers. The first transitions the resources to a known state, while
// the second only does the queue family ownership transfer. This is a bit wasteful as sometimes we could have
// combined these barriers together, but for imports in the destination queue (which may have already happened)
Expand Down

0 comments on commit 6ea01bf

Please sign in to comment.