Skip to content

Commit

Permalink
Add TODO for later work
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hellmuth <[email protected]>
  • Loading branch information
chellmuth committed Aug 25, 2023
1 parent 389c84b commit 02b66b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testshade/testshade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2254,6 +2254,8 @@ test_shade(int argc, const char* argv[])
std::cout << texturesys->getstats(5) << "\n";
std::cout << ustring::getstats() << "\n";
}

// TODO: Include batched support
if ((debug1 || print_groupdata) && !batched) {
int groupdata_size;
shadingsys->getattribute(shadergroup.get(), "llvm_groupdata_size",
Expand Down

0 comments on commit 02b66b2

Please sign in to comment.