3#include "Renderer/Tasks/RenderTask.h"
22 void renderEntity(
RenderTaskContext* renderContext,
const EntityId
id, glm::vec4 diffuseColor);
WireFrame Rendering task for Selected entity outline and extra cameras.
Cogs::ResourceStatus checkReady(RenderTaskContext *context) override
Check if the task is ready to be applied, e.g.
Represents a graphics device used to manage graphics resources and issue drawing commands.
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....
ResourceStatus
Status of an asynchronously loaded resource, such as an effect or a pipeline.
@ Pending
The resource is still loading.