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