CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::UnshadedRenderTask::Output Struct Reference

A set of resources used as output for the render task. More...

#include <CeresEngine/Renderer/Rendering/DeferredRendering.hpp>

Public Attributes

ImageRenderResourceRef target
 An image holding the fragment world position and material metallic factor.
 
ImageRenderResourceRef depth
 

Detailed Description

A set of resources used as output for the render task.

Member Data Documentation

◆ depth

ImageRenderResourceRef CeresEngine::UnshadedRenderTask::Output::depth

◆ target

ImageRenderResourceRef CeresEngine::UnshadedRenderTask::Output::target

An image holding the fragment world position and material metallic factor.


The documentation for this struct was generated from the following file: