Cogs.Core
Source
Renderer
Tasks
ComputeTask.h
1
#pragma once
2
3
#include "ProcessTask.h"
4
5
namespace
Cogs
6
{
7
namespace
Core
8
{
9
struct
ComputeTask
:
public
ProcessTask
10
{
11
virtual
~ComputeTask
() {}
12
void
initialize(
RenderTaskContext
* context)
override
;
13
void
cleanup(
RenderTaskContext
* context)
override
;
14
void
apply(
RenderTaskContext
* context)
override
;
15
};
16
}
17
}
Cogs
Contains all Cogs related functionality.
Definition:
FieldSetter.h:23
Cogs::Core::ComputeTask
Definition:
ComputeTask.h:10
Cogs::Core::ProcessTask
Definition:
ProcessTask.h:52
Cogs::Core::RenderTaskContext
Definition:
RenderTask.h:53
Generated by
1.9.6