Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <GraphicsPipeline.hpp>
Classes | |
struct | AttachmentData |
struct | CreateInfo |
struct | PipelineData |
struct | ShaderStageData |
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.