Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
star-e committed Jul 5, 2024
1 parent 6ed557d commit dc2d4b4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,6 @@ struct RenderGraphUploadVisitor : boost::dfs_visitor<> {
const auto& passLayoutName = get(RenderGraph::LayoutTag{}, ctx.g, passID);
const auto passLayoutID = locate(LayoutGraphData::null_vertex(), passLayoutName, ctx.lg);
CC_EXPECTS(passLayoutID != LayoutGraphData::null_vertex());
CC_EXPECTS(passLayoutID == locate(LayoutGraphData::null_vertex(),
get(RenderGraph::LayoutTag{}, ctx.g, passID), ctx.lg));

const auto& passLayout = get(LayoutGraphData::LayoutTag{}, ctx.lg, passLayoutID);

Expand Down

0 comments on commit dc2d4b4

Please sign in to comment.