Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <GraphicsPipeline.hpp>
Classes | |
struct | CreateInfo |
Public Member Functions | |
virtual void | Recreate (const CreateInfo &createInfo)=0 |
Pipelines are a program that runs on the GPU. Graphics Pipelines are a variety of Pipeline that deal strictly with computer graphics. They have several stages, some of which are programmable, to draw primitive shapes to pixels on the screen.