|
CeresEngine 0.2.0
A game development framework
|
A context structure that holds context for a render graph pass. More...
#include <CeresEngine/Renderer/RenderGraph/RenderTask.hpp>
Public Member Functions | |
| RenderGraphContext (Renderer &renderer, GPUDevice &device) | |
| Creates a new context for a render graph execution. | |
Public Attributes | |
| Renderer & | renderer |
| The renderer that is executing the render graph. | |
| GPUUniformBufferPool | uniformBuffers |
| A uniform buffer pool. | |
| GPUStorageBufferPool | storageBuffers |
| A storage buffer pool. | |
A context structure that holds context for a render graph pass.
|
inlineexplicit |
Creates a new context for a render graph execution.
| device | The device to execute the render graph on. |
| Renderer& CeresEngine::RenderGraphContext::renderer |
The renderer that is executing the render graph.
| GPUStorageBufferPool CeresEngine::RenderGraphContext::storageBuffers |
A storage buffer pool.
| GPUUniformBufferPool CeresEngine::RenderGraphContext::uniformBuffers |
A uniform buffer pool.