Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::ComputePipeline Class Referenceabstract

#include <ComputePipeline.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::ComputePipeline:
Grindstone::GraphicsAPI::OpenGL::ComputePipeline Grindstone::GraphicsAPI::Vulkan::ComputePipeline

Classes

struct  CreateInfo
 

Public Member Functions

virtual void Recreate (const ComputePipeline::CreateInfo &createInfo)=0
 

Detailed Description

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.


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