Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <ComputePipeline.hpp>
Classes | |
struct | CreateInfo |
Public Member Functions | |
virtual void | Recreate (const ComputePipeline::CreateInfo &createInfo)=0 |
Pipelines are a program that runs on the GPU. Compute Pipelines are a variety of Pipeline that are not more generic and don't have to create graphical effects. Instead, they can be utilized to arbitrarily use the power of the GPU - lots of processing units in parallel. They can take in images and buffers that they can randomly read and write to.