NcEngine
TaskFwd.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <cstdint>
8
9namespace nc::task
10{
11template<class Phase>
12class TaskGraph;
13
14class AsyncDispatcher;
15struct UpdatePhase;
16struct RenderPhase;
19} // namespace nc::task
Task graph interface for building a TaskGraphContext with Module tasks.
Definition: TaskGraph.h:36