Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
acdemiralp committed Feb 9, 2018
1 parent 2dfbd1d commit e982fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ auto render_task = framegraph.add_render_task<render_task_data>(
auto& data = render_task->data();
```

Once all render tasks and resources are added, `framegraph.compile();`. Finally `framegraph.execute();` in your renderer, during each update.
Once all render tasks and resources are added call `framegraph.compile()` and then `framegraph.execute()` during each update.

**Next Steps**
- Asynchronous render tasks (+ resource/aliasing barriers).

0 comments on commit e982fbd

Please sign in to comment.