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

#include <GraphicsPipeline.hpp>

Classes

struct  ShaderStageData
struct  AttachmentData
struct  PipelineData
struct  CreateInfo

Public Attributes

Grindstone::GraphicsAPI::PipelineLayoutpipelineLayout = nullptr

Detailed Description

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.


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